1998-04-09 04:32:31 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 1998/04/09 00:32:40 tv Exp $
|
1997-01-05 16:06:38 +03:00
|
|
|
|
|
|
|
PROG= ipsend
|
1997-09-21 22:00:54 +04:00
|
|
|
SRCS= ipsend.c ip.c ipsopt.c 44arp.c sbpf.c iplang_l.l iplang_y.y
|
1997-10-25 10:57:53 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../ipftest -I${.CURDIR}/../ipf -I.
|
1998-04-09 04:32:31 +04:00
|
|
|
YHEADER=1
|
1997-09-21 22:00:54 +04:00
|
|
|
LDADD= -ll
|
|
|
|
DPADD= ${LIBL}
|
|
|
|
|
|
|
|
MAN= ipsend.1 ipsend.5
|
1997-01-05 16:06:38 +03:00
|
|
|
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${.CURDIR}/../ipf
|
1997-01-05 16:06:38 +03:00
|
|
|
.include <bsd.prog.mk>
|