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"
7 install -d "$(DSTROOT)/private/etc"
8 install -c -m 644 6to4.conf "$(DSTROOT)/private/etc/6to4.conf"
11 install -d "$(DSTROOT)/usr/sbin"
12 install -c -m 755 ip6config "$(DSTROOT)/usr/sbin/ip6config"