4632a3d666
files for these programs.
10 lines
451 B
Makefile
10 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.2 1997/03/29 04:28:47 darrenr 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
|
|
CFLAGS+= -I${.CURDIR}/../ipfstat -I${.CURDIR}/../ipsend -I${.CURDIR}/../ipftest -I${.CURDIR}/../../../sbin/ipf -I${.CURDIR}/../../../sys
|
|
|
|
.PATH: ${.CURDIR}/../../../sbin/ipf ${.CURDIR}/../ipfstat ${.CURDIR}/../ipsend ${.CURDIR}/../ipftest
|
|
.include <bsd.prog.mk>
|