diff options
author | shin <shin@FreeBSD.org> | 1999-12-28 02:37:14 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 1999-12-28 02:37:14 +0000 |
commit | 8c2ccb59caf882ac518eda1f570ea731d4466216 (patch) | |
tree | ec4d4f8bd121d60c04c8119810151af20c92b20b /sbin/Makefile | |
parent | b39a79861ddfb250e941d89c255bcb8cda9481dc (diff) | |
download | FreeBSD-src-8c2ccb59caf882ac518eda1f570ea731d4466216.zip FreeBSD-src-8c2ccb59caf882ac518eda1f570ea731d4466216.tar.gz |
Getaddrinfo(), getnameinfo(), and etc support in libc/net.
Several udp and raw apps IPv6 support.
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 178dd9c..bedcd44 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -50,11 +50,13 @@ SUBDIR= adjkerntz \ nologin \ nos-tun \ ping \ + ping6 \ quotacheck \ reboot \ restore \ route \ routed \ + rtsol \ savecore \ shutdown \ slattach \ |