remove unneeded -I directive from CFLAGS

This commit is contained in:
thorpej 1997-03-29 20:23:31 +00:00
parent 7d74a4ae8d
commit 9620a4f12a
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.3 1997/03/29 19:49:11 thorpej Exp $
# $NetBSD: Makefile,v 1.4 1997/03/29 20:23:31 thorpej Exp $
PROG= iptest
SRCS= iptest.c iptests.c ip.c sbpf.c 44arp.c sock.c
NOMAN= yes
CFLAGS+=-I${.CURDIR}/../ipsend -I${.CURDIR}/../ipftest -I${.CURDIR}/../../../sbin/ipf -I${.CURDIR}/../../../sys
CFLAGS+=-I${.CURDIR}/../ipsend -I${.CURDIR}/../ipftest -I${.CURDIR}/../../../sbin/ipf
.PATH: ${.CURDIR}/../../../sbin/ipf ${.CURDIR}/../ipsend
.include <bsd.prog.mk>