summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/version/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-08-12 20:06:01 +0000
committerru <ru@FreeBSD.org>2004-08-12 20:06:01 +0000
commit12ae2e3522d830115b06be140dd68c5135aca20a (patch)
tree2f729fc06426324ad8b4f008f094b4485873e179 /usr.sbin/pkg_install/version/Makefile
parent77b71ef863b9c988491767af109973bafd155a55 (diff)
downloadFreeBSD-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/Makefile')
-rw-r--r--usr.sbin/pkg_install/version/Makefile2
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
OpenPOWER on IntegriCloud