NetBSD/usr.sbin/ipf/ipsend/Makefile

15 lines
315 B
Makefile

# $NetBSD: Makefile,v 1.9 1997/09/21 18:02:04 veego Exp $
PROG= ipsend
SRCS= ipsend.c ip.c ipsopt.c 44arp.c sbpf.c iplang_l.l iplang_y.y
CFLAGS+=-I${.CURDIR}/../ipftest -I${.CURDIR}/../ipf -I.
LDADD= -ll
DPADD= ${LIBL}
CLEANFILES+= y.tab.h
MAN= ipsend.1 ipsend.5
.PATH: ${.CURDIR}/../ipf
.include <bsd.prog.mk>