freebsd-dev/usr.sbin/ip6addrctl/Makefile
Hajimu UMEMOTO f71d0e1192 add ip6addrctl(8) which is a command to configure address
selection policy for IPv6 and IPv4 described in RFC3484.
source address selection part of RFC3484 is not merged
from KAME, yet.

Obtained from:	KAME
2003-10-30 17:46:40 +00:00

7 lines
72 B
Makefile

# $FreeBSD$
PROG= ip6addrctl
MAN= ip6addrctl.8
.include <bsd.prog.mk>