1997-05-25 16:04:53 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 1997/05/25 12:05:28 darrenr Exp $
|
1997-01-05 16:06:38 +03:00
|
|
|
|
|
|
|
PROG= ipsend
|
|
|
|
SRCS= ipsend.c ip.c ipsopt.c 44arp.c sbpf.c
|
|
|
|
NOMAN= yes
|
1997-04-13 18:49:38 +04:00
|
|
|
CFLAGS+=-I${.CURDIR}/../ipftest -I${.CURDIR}/../ipf
|
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>
|