1997-11-24 02:06:32 +03:00
|
|
|
# $NetBSD: Makefile,v 1.12 1997/11/23 23:06:32 veego Exp $
|
1997-01-05 16:06:38 +03:00
|
|
|
|
1997-03-29 07:28:28 +03:00
|
|
|
PROG= ipresend
|
1997-11-24 02:06:32 +03:00
|
|
|
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 ipft_pc.c
|
1997-09-21 22:00:54 +04:00
|
|
|
MAN= ipresend.1
|
1997-11-24 02:06:32 +03:00
|
|
|
|
1997-10-25 10:57:53 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../ipf -I${.CURDIR}/../ipfstat
|
|
|
|
CPPFLAGS+=-I${.CURDIR}/../ipsend -I${.CURDIR}/../ipftest
|
1997-01-05 16:06:38 +03:00
|
|
|
|
1997-10-25 10:57:53 +04:00
|
|
|
.PATH: ${.CURDIR}/../ipf ${.CURDIR}/../ipfstat
|
|
|
|
.PATH: ${.CURDIR}/../ipsend ${.CURDIR}/../ipftest
|
1997-11-24 02:06:32 +03:00
|
|
|
|
1997-01-05 16:06:38 +03:00
|
|
|
.include <bsd.prog.mk>
|