X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/03fb6eb005e0e1ca66f0422cb7821f0a2ad2d381..e6b95798e71dad1fb3669ea0b8963d24ddd65f93:/netinfo.subproj/Makefile.postamble?ds=sidebyside diff --git a/netinfo.subproj/Makefile.postamble b/netinfo.subproj/Makefile.postamble index 8361d56..0c5d83e 100644 --- a/netinfo.subproj/Makefile.postamble +++ b/netinfo.subproj/Makefile.postamble @@ -1,3 +1,10 @@ +MAN3DIR=/usr/share/man/man3 +MAN5DIR=/usr/share/man/man5 + +install-netinfo-man: + install -m 755 -o root -g wheel -d $(DSTROOT)$(MAN5DIR) + install -m 644 -o root -g wheel -c netinfo.5 "$(DSTROOT)$(MAN5DIR)" + %_clnt.c: %.x $(RPCGEN) $(ALL_RPCFLAGS) -l -o $(SYM_DIR)/$*_clnt.c $*.x