NetBSD/usr.sbin/ipf/iptest/Makefile

10 lines
282 B
Makefile
Raw Normal View History

1997-05-25 16:04:53 +04:00
# $NetBSD: Makefile,v 1.8 1997/05/25 12:05:31 darrenr 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
.PATH: ${.CURDIR}/../ipf ${.CURDIR}/../ipsend
.include <bsd.prog.mk>