Remove extraneous -I compile flag that was used during testing.

This commit is contained in:
Archie Cobbs 1999-10-27 22:14:04 +00:00
parent 66a9bb81f6
commit 142ebf4ad6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52577

View File

@ -10,6 +10,5 @@ LDADD+= -lnetgraph
DPADD+= /usr/lib/libnetgraph.a
COPTS+= -O2 -g -Wall -Werror
COPTS+= -I/usr/src.freefall/sys
.include <bsd.prog.mk>