NetBSD/usr.sbin/ipf/ipsend/Makefile

14 lines
303 B
Makefile

# $NetBSD: Makefile,v 1.11 1998/04/09 00:32:40 tv Exp $
PROG= ipsend
SRCS= ipsend.c ip.c ipsopt.c 44arp.c sbpf.c iplang_l.l iplang_y.y
CPPFLAGS+=-I${.CURDIR}/../ipftest -I${.CURDIR}/../ipf -I.
YHEADER=1
LDADD= -ll
DPADD= ${LIBL}
MAN= ipsend.1 ipsend.5
.PATH: ${.CURDIR}/../ipf
.include <bsd.prog.mk>