NetBSD/usr.sbin/ipf/ipresend/Makefile

10 lines
400 B
Makefile
Raw Normal View History

1997-05-07 00:44:56 +04:00
# $NetBSD: Makefile,v 1.6 1997/05/06 20:46:11 gwr Exp $
PROG= ipresend
SRCS= ipresend.c ip.c resend.c opt.c ipft_ef.c ipft_hx.c ipft_sn.c ipft_td.c ipft_tx.c sbpf.c 44arp.c
NOMAN= yes
1997-04-13 18:49:38 +04:00
CFLAGS+=-I${.CURDIR}/../ipfstat -I${.CURDIR}/../ipsend -I${.CURDIR}/../ipftest -I${.CURDIR}/../ipf
1997-05-07 00:44:56 +04:00
.PATH.c: ${.CURDIR}/../ipf ${.CURDIR}/../ipfstat ${.CURDIR}/../ipsend ${.CURDIR}/../ipftest
.include <bsd.prog.mk>