aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-08-12 20:06:01 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-08-12 20:06:01 +0000
commit7d5cc1cf59822cfa7dc99781e6c84609da403e17 (patch)
tree2f729fc06426324ad8b4f008f094b4485873e179 /usr.sbin/pkg_install/create
parent181fd12f6c811dcbea933624cf738c04e97a394b (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create')
-rw-r--r--usr.sbin/pkg_install/create/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/Makefile b/usr.sbin/pkg_install/create/Makefile
index 2971ba39617d..42718c6f9273 100644
--- a/usr.sbin/pkg_install/create/Makefile
+++ b/usr.sbin/pkg_install/create/Makefile
@@ -3,7 +3,7 @@
PROG= pkg_create
SRCS= main.c perform.c pl.c
-CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib
+CFLAGS+= -I${.CURDIR}/../lib
WARNS?= 3
WFORMAT?= 1