1 MAN3DIR=/usr/share/man/man3
2 MAN5DIR=/usr/share/man/man5
5 install -m 755 -o root -g wheel -d $(DSTROOT)$(MAN3DIR)
6 install -m 644 -o root -g wheel -c netinfo.3 "$(DSTROOT)$(MAN3DIR)"
7 install -m 755 -o root -g wheel -d $(DSTROOT)$(MAN5DIR)
8 install -m 644 -o root -g wheel -c netinfo.5 "$(DSTROOT)$(MAN5DIR)"
11 $(RPCGEN) $(ALL_RPCFLAGS) -l -o $(SYM_DIR)/$*_clnt.c $*.x
14 $(RPCGEN) $(ALL_RPCFLAGS) -c -o $(SYM_DIR)/$*_xdr.c $*.x