diff options
author | mlaier <mlaier@FreeBSD.org> | 2006-05-12 20:39:23 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2006-05-12 20:39:23 +0000 |
commit | 123e91766b9a892556b2436bc59b9c6c5d6d8529 (patch) | |
tree | f4f22df7c476b68df1c6800d1b6306e9e02fa898 /sbin/Makefile | |
parent | feb912d35980d6573e945f8726a0a1df9128ec2b (diff) | |
download | FreeBSD-src-123e91766b9a892556b2436bc59b9c6c5d6d8529.zip FreeBSD-src-123e91766b9a892556b2436bc59b9c6c5d6d8529.tar.gz |
Remove ip6fw. Since ipfw has full functional IPv6 support now and - in
contrast to ip6fw - is properly lockes, it is time to retire ip6fw.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index a2daff4..d96d29a 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -38,7 +38,6 @@ SUBDIR= adjkerntz \ gvinum \ ifconfig \ init \ - ${_ip6fw} \ ${_ipf} \ ipfw \ kldconfig \ @@ -112,7 +111,6 @@ _pflogd= pflogd .endif .if ${MK_INET6} != "no" -_ip6fw= ip6fw _ping6= ping6 .endif |