summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/add/Makefile')
-rw-r--r--usr.sbin/pkg_install/add/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/Makefile b/usr.sbin/pkg_install/add/Makefile
index d91baba..8ac76a6 100644
--- a/usr.sbin/pkg_install/add/Makefile
+++ b/usr.sbin/pkg_install/add/Makefile
@@ -1,6 +1,6 @@
PROG= pkg_add
-CFLAGS+= -I${.CURDIR}/../lib
+CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib
LDADD+= -L${.CURDIR}/../lib -linstall
SRCS= main.c perform.c futil.c extract.c
OpenPOWER on IntegriCloud