PERFORCE change 87947 for review

Todd Miller millert at FreeBSD.org
Fri Dec 9 15:47:23 GMT 2005


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

Change 87947 by millert at millert_ibook on 2005/12/09 15:46:46

	Install PAM module man pages

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/darwin/pam_modules/PAMModule.defs#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/darwin/pam_modules/PAMModule.defs#4 (text+ko) ====

@@ -50,6 +50,10 @@
 PAMModuleObjects = $(PAMModuleSources:.c=.o)
 endif
 
+ifndef PAMModuleManual
+PAMModuleManual = $(BuildDirectory)/$(PAMModuleName).8
+endif
+
 all:: $(PAMModuleBundle)
 
 $(PAMModuleBundle): $(PAMModuleObjects)
@@ -68,6 +72,8 @@
 	$(_v) $(INSTALL) -c -m $(Install_File_Mode)			\
 		$(BuildDirectory)/$(PAMModuleBundle)			\
 		$(DSTROOT)/usr/lib/pam/$(PAMModuleBundle)
+	$(_v) $(INSTALL_DIRECTORY) $(DSTROOT)/usr/share/man/man8
+	$(_v) test -f $(PAMModuleManual) && $(INSTALL) -c -m $(Install_File_Mode) $(PAMModuleManual) $(DSTROOT)/usr/share/man/man8
 
 clean::
 ifeq ($(ModuleIsBundle),YES)
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