diff options
author | wpaul <wpaul@FreeBSD.org> | 2003-12-18 03:52:40 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2003-12-18 03:52:40 +0000 |
commit | 513bd20d8288b5900dd7981dd41a3812b6277bd0 (patch) | |
tree | 5c5d0306d70cb987c43f6b5a0c06502c0887d602 /usr.sbin/ndiscvt | |
parent | 74b1363ea90e609ecd017b43c841fa54f54127ff (diff) | |
download | FreeBSD-src-513bd20d8288b5900dd7981dd41a3812b6277bd0.zip FreeBSD-src-513bd20d8288b5900dd7981dd41a3812b6277bd0.tar.gz |
Grrrr. Remove -g flag that snuck in.
Diffstat (limited to 'usr.sbin/ndiscvt')
-rw-r--r-- | usr.sbin/ndiscvt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ndiscvt/Makefile b/usr.sbin/ndiscvt/Makefile index c8aa86f..f5c7f13 100644 --- a/usr.sbin/ndiscvt/Makefile +++ b/usr.sbin/ndiscvt/Makefile @@ -16,7 +16,7 @@ LDADD= -ll YFLAGS+=-v -CFLAGS+=-g -I. -I${.CURDIR} -I${.CURDIR}/../../sys +CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../sys CLEANFILES= y.output |