diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1999-10-27 22:14:04 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1999-10-27 22:14:04 +0000 |
| commit | 142ebf4ad614fb783570f779964724d34b25e41e (patch) | |
| tree | 40f49f1dd0b92ed2abc8472b38ecb49eb6e68a85 | |
| parent | 66a9bb81f6cc2bbddc3b0689645f1a026e2eb096 (diff) | |
Remove extraneous -I compile flag that was used during testing.
Notes
svn path=/head/; revision=52577
| -rw-r--r-- | usr.sbin/ngctl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 <bsd.prog.mk> |
