15 lines
318 B
Makefile
15 lines
318 B
Makefile
# $NetBSD: Makefile,v 1.10 1997/10/25 06:58:16 lukem 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.
|
|
LDADD= -ll
|
|
DPADD= ${LIBL}
|
|
|
|
CLEANFILES+= y.tab.h
|
|
|
|
MAN= ipsend.1 ipsend.5
|
|
|
|
.PATH: ${.CURDIR}/../ipf
|
|
.include <bsd.prog.mk>
|