]> git.saurik.com Git - apple/system_cmds.git/blobdiff - passwd.tproj/Makefile.postamble
system_cmds-279.tar.gz
[apple/system_cmds.git] / passwd.tproj / Makefile.postamble
index 4d8d2c78c91b9c5aba36bdedff7df78cddc7b186..de934cc324549a7afcad7fe970b26779de1e6e17 100644 (file)
@@ -6,3 +6,7 @@ INSTALL_PERMISSIONS =   4555
 
 #after_install::
 #      $(CHFLAGS) schg  $(DSTROOT)$(INSTALLDIR)/$(NAME)
+
+install-man-page:
+       install -d $(DSTROOT)/usr/share/man/man1
+       install -c -m 444 passwd.1 $(DSTROOT)/usr/share/man/man1/passwd.1