]> git.saurik.com Git - apple/network_cmds.git/blob - rtsol.tproj/Makefile.postamble
network_cmds-176.tar.gz
[apple/network_cmds.git] / rtsol.tproj / Makefile.postamble
1 INSTALL_PERMISSIONS = 0555 # If set, 'install' chmod's executable to this
2 install-daemon:
3 install -d $(DSTROOT)/usr/sbin
4 install -c -m 555 "$(DSTROOT)/sbin/rtsol" "$(DSTROOT)/usr/sbin/rtsold"
5
6 install-man-page:
7 install -d "$(DSTROOT)/usr/share/man/man8"
8 install -c -m 644 rtsol.8 "$(DSTROOT)/usr/share/man/man8/rtsol.8"
9 install -c -m 644 rtsol.8 "$(DSTROOT)/usr/share/man/man8/rtsold.8"
10