PERFORCE change 87950 for review

Todd Miller millert at FreeBSD.org
Fri Dec 9 15:53:32 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=87950

Change 87950 by millert at millert_ibook on 2005/12/09 15:53:09

	Build pam_sedarwin.  This has to be built *after* sedarwin
	(for libselinux) which is why it gets built here instead of
	under darwin.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/Makefile#6 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/Makefile#6 (text+ko) ====

@@ -4,6 +4,7 @@
 	cd darwin && make 
 	for i in $(BUILD_MODULES); do cd $$i && make && cd ..; done
 	cd darwin/osx_cmds && make
+	gnumake -C darwin/pam_modules/pam_sedarwin
 
 dist: install
 	cd release && make dist
@@ -13,6 +14,7 @@
 	cd darwin && make install 
 	for i in $(INSTALL_MODULES); do cd $$i && make install && cd ..; done
 	cd darwin/osx_cmds && make install
+	gnumake -C darwin/pam_modules/pam_sedarwin install
 
 package:
 	cd release && make package
@@ -26,6 +28,7 @@
 	cd darwin && make clean 
 	for i in $(BUILD_MODULES); do cd $$i && make clean && cd ..; done
 	cd darwin/osx_cmds && make clean
+	gnumake -C darwin/pam_modules/pam_sedarwin clean
 
 Makeconfig: Makeconfig.in
 	@echo "# Set this to the root of the source distribution." > $@ 
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