diff options
author | ru <ru@FreeBSD.org> | 2004-08-12 20:06:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-08-12 20:06:01 +0000 |
commit | 12ae2e3522d830115b06be140dd68c5135aca20a (patch) | |
tree | 2f729fc06426324ad8b4f008f094b4485873e179 /usr.sbin/pkg_install/version | |
parent | 77b71ef863b9c988491767af109973bafd155a55 (diff) | |
download | FreeBSD-src-12ae2e3522d830115b06be140dd68c5135aca20a.zip FreeBSD-src-12ae2e3522d830115b06be140dd68c5135aca20a.tar.gz |
Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.
Diffstat (limited to 'usr.sbin/pkg_install/version')
-rw-r--r-- | usr.sbin/pkg_install/version/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/version/Makefile b/usr.sbin/pkg_install/version/Makefile index a1221eb..71168ee 100644 --- a/usr.sbin/pkg_install/version/Makefile +++ b/usr.sbin/pkg_install/version/Makefile @@ -3,7 +3,7 @@ PROG= pkg_version SRCS= main.c perform.c -CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib +CFLAGS+= -I${.CURDIR}/../lib WARNS?= 6 WFORMAT?= 1 |