diff options
-rw-r--r-- | usr.sbin/ipsend/ipsend/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ipsend/ipsend/Makefile b/usr.sbin/ipsend/ipsend/Makefile index 26e3192a88e..28427d93ce4 100644 --- a/usr.sbin/ipsend/ipsend/Makefile +++ b/usr.sbin/ipsend/ipsend/Makefile @@ -1,11 +1,13 @@ -# $OpenBSD: Makefile,v 1.2 1998/01/26 04:17:01 dgregor Exp $ +# $OpenBSD: Makefile,v 1.3 1998/01/26 19:46:23 weingart Exp $ PROG= ipsend BINDIR= /usr/sbin MAN= ipsend.1 ipsend.5 SRCS= ipsend.c ip.c ipsopt.c sbpf.c sock.c 44arp.c iplang_y.y iplang_l.l CFLAGS+= -DDOSOCKET -I${.CURDIR}/../common -I${.CURDIR}/../../ipftest \ - -I${.CURDIR}/../../../sbin/ipf -I${.CURDIR}/../../../sys/netinet + -I${.CURDIR}/../../../sbin/ipf -I${.CURDIR}/../../../sys/netinet \ + -I${.OBJDIR} + LDADD = -lfl CLEANFILES+=y.tab.h |