X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/20e66415abeb3fec26bdbd0c220fb926593ab135..c3a08f5910a028cdace032ed79beb406c750d530:/passwd.tproj/Makefile.postamble diff --git a/passwd.tproj/Makefile.postamble b/passwd.tproj/Makefile.postamble index 4d8d2c7..de934cc 100644 --- a/passwd.tproj/Makefile.postamble +++ b/passwd.tproj/Makefile.postamble @@ -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