2e11c06394
- Make these compile in light of is-newarp
10 lines
394 B
Makefile
10 lines
394 B
Makefile
# $NetBSD: Makefile,v 1.3 1997/03/29 19:49:04 thorpej Exp $
|
|
|
|
PROG= ipftest
|
|
SRCS= ipt.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 ipft_hx.c ip_fil.c fil.c parse.c
|
|
NOMAN= yes
|
|
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../../sbin/ipf -I${.CURDIR}/../../../sys
|
|
|
|
.PATH: ${.CURDIR}/../../../sbin/ipf ${.CURDIR}/../../../sys/netinet
|
|
.include <bsd.prog.mk>
|