Source-Changes-HG archive

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

[src/trunk]: src/libexec/ftp-proxy add a comment for ipf.c



details:   https://anonhg.NetBSD.org/src/rev/b4b73c7cccce
branches:  trunk
changeset: 571121:b4b73c7cccce
user:      yamt <yamt%NetBSD.org@localhost>
date:      Thu Nov 11 10:30:13 2004 +0000

description:
add a comment for ipf.c

diffstat:

 libexec/ftp-proxy/Makefile |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0c425abaa595 -r b4b73c7cccce libexec/ftp-proxy/Makefile
--- a/libexec/ftp-proxy/Makefile        Thu Nov 11 10:11:40 2004 +0000
+++ b/libexec/ftp-proxy/Makefile        Thu Nov 11 10:30:13 2004 +0000
@@ -1,14 +1,19 @@
-#      $NetBSD: Makefile,v 1.6 2004/11/11 09:49:59 yamt Exp $
+#      $NetBSD: Makefile,v 1.7 2004/11/11 10:30:13 yamt Exp $
 #      $OpenBSD: Makefile,v 1.4 2003/11/20 23:23:09 avsm Exp $
 #      @(#)Makefile    8.2 (Berkeley) 4/4/94
 
 PROG=  ftp-proxy
-SRCS=  ftp-proxy.c getline.c util.c ipf.c
+SRCS=  ftp-proxy.c getline.c util.c
 MAN=   ftp-proxy.8
 
 WARNS?=        2
 
-CPPFLAGS+=-I${NETBSDSRCDIR}/sys -I${NETBSDSRCDIR}/sys/dist/ipf
+CPPFLAGS+=-I${NETBSDSRCDIR}/sys
+
+# ipfilter support
+SRCS+= ipf.c
+CPPFLAGS+=-I${NETBSDSRCDIR}/sys/dist/ipf
+
 CPPFLAGS+=-DLIBWRAP
 LDADD+=        -lwrap
 DPADD+=        ${LIBWRAP}



Home | Main Index | Thread Index | Old Index