Remove unneeded -I directive from CFLAGS.

This commit is contained in:
thorpej 1997-03-29 20:00:36 +00:00
parent e4a70a7f8f
commit 6acb22838b
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:02 thorpej Exp $
# $NetBSD: Makefile,v 1.4 1997/03/29 20:00:36 thorpej Exp $
PROG= ipfstat
SRCS= kmem.c fils.c opt.c parse.c
MAN= ipfstat.8
CFLAGS+=-I${.CURDIR}/../../../sbin/ipf -I${.CURDIR}/../../../sys
CFLAGS+=-I${.CURDIR}/../../../sbin/ipf
.PATH: ${.CURDIR}/../../../sbin/ipf
.include <bsd.prog.mk>