NetBSD/usr.sbin/ipf/iptest/Makefile

10 lines
278 B
Makefile
Raw Normal View History

1997-04-13 18:49:38 +04:00
# $NetBSD: Makefile,v 1.5 1997/04/13 14:51:56 mrg Exp $
PROG= iptest
SRCS= iptest.c iptests.c ip.c sbpf.c 44arp.c sock.c
NOMAN= yes
1997-04-13 18:49:38 +04:00
CFLAGS+=-I${.CURDIR}/../ipsend -I${.CURDIR}/../ipftest -I${.CURDIR}/../ipf
1997-04-13 18:49:38 +04:00
.PATH: ${.CURDIR}/../ipf ${.CURDIR}/../ipsend
.include <bsd.prog.mk>