Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2005 15:53:32 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87950 for review
Message-ID:  <200512091553.jB9FrWhh005275@repoman.freebsd.org>

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

Change 87950 by millert@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." > $@ 



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