diff options
author | dgregor <dgregor@cvs.openbsd.org> | 1998-01-26 04:17:12 +0000 |
---|---|---|
committer | dgregor <dgregor@cvs.openbsd.org> | 1998-01-26 04:17:12 +0000 |
commit | fe0239590c82ea51b1a09fd58cde9f1635ceab89 (patch) | |
tree | af8e00e22aa869bee7596358bc05686c76370f51 /usr.sbin/ipftest/Makefile | |
parent | a344d388d075c3e901494684772107ed51830e00 (diff) |
IPF 3.2.3
Diffstat (limited to 'usr.sbin/ipftest/Makefile')
-rw-r--r-- | usr.sbin/ipftest/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr.sbin/ipftest/Makefile b/usr.sbin/ipftest/Makefile index c1792e6122f..c25f5edad0e 100644 --- a/usr.sbin/ipftest/Makefile +++ b/usr.sbin/ipftest/Makefile @@ -1,11 +1,16 @@ -# $OpenBSD: Makefile,v 1.4 1997/09/21 11:43:45 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1998/01/26 04:16:31 dgregor Exp $ PROG= ipftest MAN= ipftest.1 SRCS= ipt.c fil.c ipft_hx.c ipft_sn.c ipft_ef.c ipft_td.c ipft_pc.c \ - ipft_tx.c misc.c parse.c opt.c ip_frag.c ip_nat.c ip_state.c -.PATH: ${.CURDIR}/../../sbin/ipf ${.CURDIR}/../../sbin/ipfstat ${.CURDIR}/../../sys/netinet -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../sbin/ipf -I${.CURDIR}/../../sys/netinet + ipft_tx.c misc.c parse.c opt.c ip_frag.c ip_nat.c ip_state.c \ + ip_auth.c ip_fil.c ip_proxy.c + +.PATH: ${.CURDIR}/../../sbin/ipf ${.CURDIR}/../../sbin/ipfstat \ + ${.CURDIR}/../../sys/netinet + +CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../sbin/ipf \ + -I${.CURDIR}/../../sys/netinet -I${.CURDIR} .include <bsd.prog.mk> |