2000-07-05 00:27:35 +04:00
|
|
|
# $NetBSD: Makefile,v 1.14 2000/07/04 20:27:37 matt Exp $
|
1997-01-05 16:06:38 +03:00
|
|
|
|
|
|
|
PROG= ipsend
|
2000-05-03 15:40:53 +04:00
|
|
|
SRCS= ipsend.c ip.c ipsopt.c iplang_l.l iplang_y.y sbpf.c sock.c 44arp.c
|
1998-04-09 04:32:31 +04:00
|
|
|
YHEADER=1
|
1997-09-21 22:00:54 +04:00
|
|
|
LDADD= -ll
|
|
|
|
DPADD= ${LIBL}
|
|
|
|
|
2000-07-05 00:27:35 +04:00
|
|
|
CPPFLAGS+= -I. -I${.CURDIR}/../../../dist/ipf \
|
|
|
|
-I${.CURDIR}/../../../dist/ipf/ipsend \
|
|
|
|
-I${.CURDIR}/../../../dist/ipf/iplang
|
1999-12-12 14:29:55 +03:00
|
|
|
|
1997-09-21 22:00:54 +04:00
|
|
|
MAN= ipsend.1 ipsend.5
|
1997-01-05 16:06:38 +03:00
|
|
|
|
1999-12-12 14:29:55 +03:00
|
|
|
.PATH: ${.CURDIR}/../../../dist/ipf/ipsend \
|
|
|
|
${.CURDIR}/../../../dist/ipf/iplang
|
|
|
|
|
|
|
|
# XXX
|
|
|
|
# We have a problem with make and linking ipsend
|
|
|
|
# cc -o /home/source/src/usr.sbin/ipf/ipsend/../../../dist/ipf/ipsend .....
|
|
|
|
# isn't correct.
|
|
|
|
# Use .NOPATH as an workaround for that problem
|
|
|
|
.NOPATH: ipsend
|
|
|
|
|
1997-01-05 16:06:38 +03:00
|
|
|
.include <bsd.prog.mk>
|