]> git.saurik.com Git - apple/network_cmds.git/blob - rtadvd.tproj/Makefile.postamble
network_cmds-115.tar.gz
[apple/network_cmds.git] / rtadvd.tproj / Makefile.postamble
1 INSTALL_PERMISSIONS = 0555 # If set, 'install' chmod's executable to this
2 install-man-page:
3 install -d "$(DSTROOT)/usr/share/man/man8"
4 install -c -m 644 rtadvd.8 "$(DSTROOT)/usr/share/man/man8/rtadvd.8"
5 install -d "$(DSTROOT)/usr/share/man/man5"
6 install -c -m 644 rtadvd.conf.5 "$(DSTROOT)/usr/share/man/man5/rtadvd.conf.5"
7
8 install-config-files:
9 install -d "$(DSTROOT)/private/etc"
10 install -c -m 644 rtadvd.conf "$(DSTROOT)/private/etc/rtadvd.conf"
11