summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1999-10-28 20:17:13 +0000
committerarchie <archie@FreeBSD.org>1999-10-28 20:17:13 +0000
commit625e9e0395524b220b6d7d5d2be0f66e20f63c1c (patch)
tree3301246b6cceec75bd3daab99335f63fd9315df1 /usr.sbin/ngctl
parent76ae852f22241eb9356bed9eb799596be46b6462 (diff)
downloadFreeBSD-src-625e9e0395524b220b6d7d5d2be0f66e20f63c1c.zip
FreeBSD-src-625e9e0395524b220b6d7d5d2be0f66e20f63c1c.tar.gz
Limit COPTS added by Makefile to just '-Wall'.
Diffstat (limited to 'usr.sbin/ngctl')
-rw-r--r--usr.sbin/ngctl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/ngctl/Makefile b/usr.sbin/ngctl/Makefile
index 26f73d7..9f51407 100644
--- a/usr.sbin/ngctl/Makefile
+++ b/usr.sbin/ngctl/Makefile
@@ -5,10 +5,8 @@ PROG= ngctl
SRCS= main.c mkpeer.c connect.c name.c show.c list.c \
debug.c shutdown.c rmhook.c status.c types.c
MAN8= ngctl.8
-
+DPADD+= ${LIBNETGRAPH}
LDADD+= -lnetgraph
-DPADD+= /usr/lib/libnetgraph.a
-
-COPTS+= -O2 -g -Wall -Werror
+COPTS+= -Wall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud