10 lines
406 B
Makefile
10 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.10 1997/09/21 18:01:59 veego 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
|
|
MAN= ipresend.1
|
|
CFLAGS+=-I${.CURDIR}/../ipfstat -I${.CURDIR}/../ipsend -I${.CURDIR}/../ipftest -I${.CURDIR}/../ipf
|
|
|
|
.PATH: ${.CURDIR}/../ipf ${.CURDIR}/../ipfstat ${.CURDIR}/../ipsend ${.CURDIR}/../ipftest
|
|
.include <bsd.prog.mk>
|