From 123e91766b9a892556b2436bc59b9c6c5d6d8529 Mon Sep 17 00:00:00 2001 From: mlaier Date: Fri, 12 May 2006 20:39:23 +0000 Subject: Remove ip6fw. Since ipfw has full functional IPv6 support now and - in contrast to ip6fw - is properly lockes, it is time to retire ip6fw. --- sbin/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'sbin/Makefile') 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 -- cgit v1.1