summaryrefslogtreecommitdiffstats
path: root/lib/libnetgraph
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-01-03 12:01:30 +0000
committermarcel <marcel@FreeBSD.org>2000-01-03 12:01:30 +0000
commit5ed0012e7954ab698a7048e9eb3a3a139422399f (patch)
tree4c929935d64505654099b11145eb55264bb4e9bc /lib/libnetgraph
parentc9131e98dc5d9f19934a076312eef79e9e78a2f0 (diff)
downloadFreeBSD-src-5ed0012e7954ab698a7048e9eb3a3a139422399f.zip
FreeBSD-src-5ed0012e7954ab698a7048e9eb3a3a139422399f.tar.gz
Remove -g compiler flag.
Diffstat (limited to 'lib/libnetgraph')
-rw-r--r--lib/libnetgraph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libnetgraph/Makefile b/lib/libnetgraph/Makefile
index 342b2e5..fe96f3d 100644
--- a/lib/libnetgraph/Makefile
+++ b/lib/libnetgraph/Makefile
@@ -9,7 +9,7 @@ SHLIB_MAJOR= 1
SRCS= sock.c msg.c debug.c
-CFLAGS+= -g -Wall
+CFLAGS+= -Wall
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/netgraph.h \
OpenPOWER on IntegriCloud