Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pf/ftp-proxy Disable -DWITH_NPF for now; will be co...



details:   https://anonhg.NetBSD.org/src/rev/ace4eb756f5c
branches:  trunk
changeset: 784780:ace4eb756f5c
user:      rmind <rmind%NetBSD.org@localhost>
date:      Sat Feb 09 15:36:40 2013 +0000

description:
Disable -DWITH_NPF for now; will be converted to BPF mechanism.

diffstat:

 usr.sbin/pf/ftp-proxy/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r b8fec01c4b8e -r ace4eb756f5c usr.sbin/pf/ftp-proxy/Makefile
--- a/usr.sbin/pf/ftp-proxy/Makefile    Sat Feb 09 13:29:36 2013 +0000
+++ b/usr.sbin/pf/ftp-proxy/Makefile    Sat Feb 09 15:36:40 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2012/09/15 17:46:25 plunky Exp $
+#      $NetBSD: Makefile,v 1.8 2013/02/09 15:36:40 rmind Exp $
 #      $OpenBSD: Makefile,v 1.3 2006/11/26 11:31:13 deraadt Exp $
 
 PROG=  ftp-proxy
@@ -15,9 +15,9 @@
 
 # NPF support
 .if (${MKNPF} != "no")
-SRCS+=         npf.c
-CPPFLAGS+=     -DWITH_NPF
-LDADD+=                -lnpf -lprop
+#SRCS+=                npf.c
+#CPPFLAGS+=    -DWITH_NPF
+#LDADD+=               -lnpf -lprop
 .endif
 
 # IP Filter support



Home | Main Index | Thread Index | Old Index