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

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

Change 87947 by millert@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)



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