NetBSD/usr.sbin/ipf/ipresend/Makefile

10 lines
408 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1997/01/05 13:09:05 mrg Exp $
PROG= ipsend
SRCS= ipresend.c ip.c resend.c opt.c ipft_ef.c ipft_hx.c ipft_sn.c ipft_td.c ipft_tx.c
NOMAN= yes
CFLAGS+= -I${.CURDIR}/../../../sbin/ipf -I${.CURDIR}/../ipfstat -I${.CURDIR}/../ipsend -I${.CURDIR}/../ipftest
.PATH: ${.CURDIR}/../../../sbin/ipf ${.CURDIR}/../ipfstat ${.CURDIR}/../ipsend ${.CURDIR}/../ipftest
.include <bsd.prog.mk>