From 092f5d1218f4867a87b382d75613b9d2b3e56c18 Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 16 Aug 2006 11:51:32 +0000 Subject: Import IP Filter 4.1.13 --- contrib/ipfilter/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib/ipfilter/Makefile') diff --git a/contrib/ipfilter/Makefile b/contrib/ipfilter/Makefile index 59fb797..b5451c6 100644 --- a/contrib/ipfilter/Makefile +++ b/contrib/ipfilter/Makefile @@ -5,7 +5,7 @@ # provided that this notice is preserved and due credit is given # to the original author and the contributors. # -# $Id: Makefile,v 2.76.2.18 2005/12/04 23:41:22 darrenr Exp $ +# $Id: Makefile,v 2.76.2.19 2006/03/17 10:38:38 darrenr Exp $ # SHELL=/bin/sh BINDEST=/usr/local/bin @@ -134,6 +134,7 @@ all: @echo "freebsd3 - compile for FreeBSD-3.x" @echo "freebsd4 - compile for FreeBSD-4.x" @echo "freebsd5 - compile for FreeBSD-5.x" + @echo "freebsd6 - compile for FreeBSD-6.x" @echo "bsd - compile for generic 4.4BSD systems" @echo "bsdi - compile for BSD/OS" @echo "irix - compile for SGI IRIX" @@ -186,7 +187,7 @@ freebsd22: include fi make freebsd20 -freebsd5: include +freebsd5 freebsd6: include if [ x$(INET6) = x ] ; then \ echo "#undef INET6" > opt_inet6.h; \ else \ -- cgit v1.1