X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/03fb6eb005e0e1ca66f0422cb7821f0a2ad2d381..7afb27bdc8204a773cbaedfa4838e172e3cb7322:/netinfo.subproj/Makefile.postamble 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