PERFORCE change 57736 for review
Wayne Salamon
wsalamon at FreeBSD.org
Tue Jul 20 01:08:33 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=57736
Change 57736 by wsalamon at wsalamon_epi on 2004/07/20 01:07:55
Create a simple Makefile for audit and auditd.
Affected files ...
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/audit/Makefile#3 edit
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/auditd/Makefile#3 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/contrib/audit_supt/audit/Makefile#3 (text+ko) ====
@@ -6,6 +6,8 @@
CFILES = audit.c
+all: $(NAME)
+
install-man-page:
install -d $(DSTROOT)/usr/share/man/man1
install -c -m 444 audit.1 $(DSTROOT)/usr/share/man/man1/audit.1
==== //depot/projects/trustedbsd/audit3/contrib/audit_supt/auditd/Makefile#3 (text+ko) ====
@@ -2,10 +2,12 @@
# Makefile for the audit command.
#
-NAME = audit
+NAME = auditd
CFILES = auditd.c audit_warn.c auditd.h
+all: $(NAME)
+
install-man-page:
install -d $(DSTROOT)/usr/share/man/man1
install -c -m 444 auditd.8 $(DSTROOT)/usr/share/man/man1/auditd.8
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list