diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-03-02 15:40:21 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-03-02 15:40:21 +0000 |
commit | b182e52bf6b074c57140cca8cf3a1c812cb195b1 (patch) | |
tree | 0c47f6260ed69e9661116832151ae20f9162b28c /contrib/ipfilter/Makefile | |
parent | b4ebec5bf8828aa1cc3f5a1a50faf812b5b6ba48 (diff) | |
download | src-b182e52bf6b074c57140cca8cf3a1c812cb195b1.tar.gz src-b182e52bf6b074c57140cca8cf3a1c812cb195b1.zip |
reimport ipfilter v3.1.8 to get it onto the vendor branch again.vendor/ipfilter/3.1.8
Notes
Notes:
svn path=/vendor/ipfilter/dist/; revision=23279
svn path=/vendor/ipfilter/3.1.8/; revision=23281; tag=vendor/ipfilter/3.1.8
Diffstat (limited to 'contrib/ipfilter/Makefile')
-rw-r--r-- | contrib/ipfilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ipfilter/Makefile b/contrib/ipfilter/Makefile index d0d5309d98e6..258074aa301a 100644 --- a/contrib/ipfilter/Makefile +++ b/contrib/ipfilter/Makefile @@ -5,7 +5,7 @@ # and is not changed in any way. The author accepts no responsibility # for the use of this software. I hate legaleese, don't you ? # -# $Id: Makefile,v 2.0.1.4 1997/02/08 06:39:28 darrenr Exp $ +# $Id: Makefile,v 2.0.1.5 1997/02/16 06:17:04 darrenr Exp $ # # where to put things. # @@ -35,7 +35,7 @@ LOGFAC=-DLOGFAC=LOG_LOCAL0 # results: pass, block and nomatch. This is the sort of "block unless # explicitly allowed" type #define switch. # -POLICY=-DNOMATCH=FR_PASS +POLICY=-DIPF_DEFAULT_PASS=FR_PASS # MFLAGS="BINDEST=$(BINDEST)" "SBINDEST=$(SBINDEST)" "MANDIR=$(MANDIR)" \ "CC=$(CC)" 'CFLAGS=$(CFLAGS) $(SOLARIS2)' "IPFLKM=$(IPFLKM)" \ |