Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2004 01:08:33 GMT
From:      Wayne Salamon <wsalamon@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 57736 for review
Message-ID:  <200407200108.i6K18XHK072712@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=57736

Change 57736 by wsalamon@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407200108.i6K18XHK072712>