]> git.saurik.com Git - apple/network_cmds.git/blame - ip6conf.tproj/Makefile.postamble
network_cmds-306.tar.gz
[apple/network_cmds.git] / ip6conf.tproj / Makefile.postamble
CommitLineData
7ba0088d
A
1install-man-page:
2 install -d "$(DSTROOT)/usr/share/man/man8"
3 install -c -m 644 ip6.8 "$(DSTROOT)/usr/share/man/man8/ip6.8"
4 install -c -m 644 ip6config.8 "$(DSTROOT)/usr/share/man/man8/ip6config.8"
5
6install-config-file:
7 install -d "$(DSTROOT)/private/etc"
8 install -c -m 644 6to4.conf "$(DSTROOT)/private/etc/6to4.conf"
9
10install-script:
11 install -d "$(DSTROOT)/usr/sbin"
12 install -c -m 755 ip6config "$(DSTROOT)/usr/sbin/ip6config"
13