PERFORCE change 57489 for review
Wayne Salamon
wsalamon at FreeBSD.org
Fri Jul 16 20:58:50 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=57489
Change 57489 by wsalamon at wsalamon_epi on 2004/07/16 20:57:52
Remove files that are not needed. Start fixing up the Makefiles.
Affected files ...
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/audit/Makefile#2 edit
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/audit/Makefile.postamble#2 delete
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/audit/Makefile.preamble#2 delete
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/audit/PB.project#2 delete
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/audit/audit.c#2 edit
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/audit/auditd_control.defs#2 delete
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/auditd/Makefile#2 edit
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/auditd/Makefile.postamble#2 delete
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/auditd/Makefile.preamble#2 delete
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/auditd/PB.project#2 delete
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/auditd/audit_triggers.defs#2 delete
.. //depot/projects/trustedbsd/audit3/contrib/audit_supt/auditd/auditd_control.defs#2 delete
Differences ...
==== //depot/projects/trustedbsd/audit3/contrib/audit_supt/audit/Makefile#2 (text+ko) ====
@@ -1,50 +1,11 @@
-#
-# Generated by the Apple Project Builder.
+#
+# Makefile for the audit command.
#
-# NOTE: Do NOT change this file -- Project Builder maintains it.
-#
-# Put all of your customizations in files called Makefile.preamble
-# and Makefile.postamble (both optional), and Makefile will include them.
-#
NAME = audit
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Tool
-
CFILES = audit.c
-OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\
- auditd_control.defs audit.1
-
-
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = tool.make
-NEXTSTEP_INSTALLDIR = /usr/sbin
-WINDOWS_INSTALLDIR = /Library/Executables
-PDO_UNIX_INSTALLDIR = /bin
-LIBS =
-DEBUG_LIBS = $(LIBS)
-PROF_LIBS = $(LIBS)
-
-
-HEADER_PATHS = -I../auditd.tproj
-
-
-NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
-WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
-PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
-NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
-WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
-PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac
-
-include $(MAKEFILEDIR)/platform.make
-
--include Makefile.preamble
-
-include $(MAKEFILEDIR)/$(MAKEFILE)
-
--include Makefile.postamble
-
--include Makefile.dependencies
+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/audit/audit.c#2 (text+ko) ====
==== //depot/projects/trustedbsd/audit3/contrib/audit_supt/auditd/Makefile#2 (text+ko) ====
@@ -1,52 +1,11 @@
-#
-# Generated by the Apple Project Builder.
-#
-# NOTE: Do NOT change this file -- Project Builder maintains it.
-#
-# Put all of your customizations in files called Makefile.preamble
-# and Makefile.postamble (both optional), and Makefile will include them.
+#
+# Makefile for the audit command.
#
-NAME = auditd
+NAME = audit
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Tool
+CFILES = auditd.c audit_warn.c auditd.h
-HFILES = auditd.h
-
-CFILES = audit_warn.c auditd.c
-
-OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\
- audit_triggers.defs auditd_control.defs auditd.8 rc.audit
-
-
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = tool.make
-NEXTSTEP_INSTALLDIR = /usr/sbin
-WINDOWS_INSTALLDIR = /Library/Executables
-PDO_UNIX_INSTALLDIR = /usr/sbin
-LIBS =
-DEBUG_LIBS = $(LIBS)
-PROF_LIBS = $(LIBS)
-
-
-NEXTSTEP_PB_LDFLAGS = -lbsm
-
-
-NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
-WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
-PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
-NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
-WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
-PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac
-
-include $(MAKEFILEDIR)/platform.make
-
--include Makefile.preamble
-
-include $(MAKEFILEDIR)/$(MAKEFILE)
-
--include Makefile.postamble
-
--include Makefile.dependencies
+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