]>
Commit | Line | Data |
---|---|---|
7ba0088d A |
1 | install-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 | ||
6 | install-config-file: | |
7 | install -d "$(DSTROOT)/private/etc" | |
8 | install -c -m 644 6to4.conf "$(DSTROOT)/private/etc/6to4.conf" | |
9 | ||
10 | install-script: | |
11 | install -d "$(DSTROOT)/usr/sbin" | |
12 | install -c -m 755 ip6config "$(DSTROOT)/usr/sbin/ip6config" | |
13 |