diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2000-05-24 20:47:08 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2000-05-24 20:47:08 +0000 |
| commit | f86f73a6ebca35f693b891cdde04bc8b0377c156 (patch) | |
| tree | 461706f6d40a7372d8fea1f469a02e6bc33405b1 /usr.sbin/ipftest/Makefile | |
| parent | 9b5b02c405f8646e2e707f6f20ea6cf071a724c2 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ipftest/Makefile')
| -rw-r--r-- | usr.sbin/ipftest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ipftest/Makefile b/usr.sbin/ipftest/Makefile index 5debdd514e964..284236a570c06 100644 --- a/usr.sbin/ipftest/Makefile +++ b/usr.sbin/ipftest/Makefile @@ -8,7 +8,7 @@ MAN1= ipftest.1 SRCS= opt_ipfilter.h \ ipt.c parse.c fil.c ipft_sn.c ipft_ef.c ipft_td.c ipft_pc.c opt.c \ ipft_tx.c misc.c ip_frag.c ip_state.c ip_nat.c ip_proxy.c \ - ip_auth.c ipft_hx.c ip_fil.c natparse.c facpri.c + ip_auth.c ipft_hx.c ip_fil.c natparse.c facpri.c common.c CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.OBJDIR} -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter |
