PERFORCE change 58511 for review
Wayne Salamon
wsalamon at FreeBSD.org
Fri Jul 30 02:09:34 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=58511
Change 58511 by wsalamon at wsalamon_epi on 2004/07/30 02:08:42
Makefile cleanup: add 'clean' and 'install' rules.
Affected files ...
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/auditd/Makefile#5 edit
.. //depot/projects/trustedbsd/audit3/contrib/bsm/bin/Makefile#3 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/contrib/audit_supt/auditd/Makefile#5 (text+ko) ====
@@ -8,10 +8,14 @@
all: audit_warn auditd
audit_warn: audit_warn.c
- $(CC) -c audit_warn.c -o audit_warn
+ $(CC) -c audit_warn.c -o audit_warn.o
auditd: auditd.c
$(CC) -lbsm auditd.c audit_warn.o -o auditd
-install-man-page:
- install -d $(DSTROOT)/usr/share/man/man1
- install -c -m 444 auditd.8 $(DSTROOT)/usr/share/man/man1/auditd.8
+install:
+ install -d /usr/share/man/man8
+ install -c -m 444 auditd.8 /usr/share/man/man8/auditd.8
+ install -c -m 544 auditd /usr/sbin
+
+clean:
+ rm -f auditd audit_warn.o
==== //depot/projects/trustedbsd/audit3/contrib/bsm/bin/Makefile#3 (text+ko) ====
@@ -11,3 +11,6 @@
install:
install -d $(DSTROOT)
install -c -m 544 auditreduce praudit $(DSTROOT)
+
+clean:
+ rm -f praudit auditreduce
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