Date: Sun, 28 Apr 2002 20:37:33 +0200 (SAT) From: John Hay <jhay@icomtek.csir.co.za> To: darrenr@FreeBSD.org (Darren Reed) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/ipfilter Makefile README example.14 examples.txt firewall.1 firewall.2 ipf-howto.txt Message-ID: <200204281837.g3SIbXa18770@zibbi.icomtek.csir.co.za> In-Reply-To: <200204272004.g3RK4Ik45223@freefall.freebsd.org> from Darren Reed at "Apr 27, 2002 01:04:18 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> darrenr 2002/04/27 13:04:18 PDT
>
> Added files: (Branch: RELENG_4)
> share/examples/ipfilter Makefile README example.14
> examples.txt firewall.1 firewall.2
> ipf-howto.txt ipf.conf.permissive
> ipf.conf.restrictive ipf.conf.sample
> ipnat.conf.sample rules.txt
> Log:
> bring in examples from head
Don't you also need this patch from -current? It does help my -stable
release building machine.
John
--
John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org
Index: share/examples/Makefile
===================================================================
RCS file: /home/ncvs/src/share/examples/Makefile,v
retrieving revision 1.28.2.2
diff -u -r1.28.2.2 Makefile
--- share/examples/Makefile 18 Feb 2002 15:03:38 -0000 1.28.2.2
+++ share/examples/Makefile 28 Apr 2002 06:31:15 -0000
@@ -4,7 +4,7 @@
DIRS!= for i in *; do \
if test -d $$i -a $$i != CVS -a \
- $$i != smbfs; then \
+ $$i != ipfilter -a $$i != smbfs; then \
echo $$i; \
fi; \
done
@@ -41,7 +41,7 @@
.endif
.if ${SHARED} != "symlinks"
-SUBDIR= smbfs
+SUBDIR= ipfilter smbfs
.endif
.include <bsd.subdir.mk>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204281837.g3SIbXa18770>
