From 142ebf4ad614fb783570f779964724d34b25e41e Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Wed, 27 Oct 1999 22:14:04 +0000 Subject: [PATCH] Remove extraneous -I compile flag that was used during testing. --- usr.sbin/ngctl/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/ngctl/Makefile b/usr.sbin/ngctl/Makefile index a4e02ad068c4..26f73d74073c 100644 --- a/usr.sbin/ngctl/Makefile +++ b/usr.sbin/ngctl/Makefile @@ -10,6 +10,5 @@ LDADD+= -lnetgraph DPADD+= /usr/lib/libnetgraph.a COPTS+= -O2 -g -Wall -Werror -COPTS+= -I/usr/src.freefall/sys .include