diff options
author | marcel <marcel@FreeBSD.org> | 2000-01-03 12:01:30 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2000-01-03 12:01:30 +0000 |
commit | 5ed0012e7954ab698a7048e9eb3a3a139422399f (patch) | |
tree | 4c929935d64505654099b11145eb55264bb4e9bc /sbin | |
parent | c9131e98dc5d9f19934a076312eef79e9e78a2f0 (diff) | |
download | FreeBSD-src-5ed0012e7954ab698a7048e9eb3a3a139422399f.zip FreeBSD-src-5ed0012e7954ab698a7048e9eb3a3a139422399f.tar.gz |
Remove -g compiler flag.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/vinum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index a22a645..7207884 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -5,7 +5,7 @@ PROG= vinum SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c MAN8= vinum.8 -CFLAGS+= -I${.CURDIR}/../../sys -g -Wall -DVINUMDEBUG +CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP} LDADD= -lutil -lreadline -ltermcap -ldevstat |