summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/lib/Makefile')
-rw-r--r--usr.sbin/pkg_install/lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile
index 0fb00b2..d8dbc50 100644
--- a/usr.sbin/pkg_install/lib/Makefile
+++ b/usr.sbin/pkg_install/lib/Makefile
@@ -1,11 +1,11 @@
# $FreeBSD$
LIB= install
-SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
- deps.c
-CFLAGS+= ${DEBUG}
NOPROFILE= yes
NOPIC= yes
+SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c deps.c
+
+CFLAGS+= ${DEBUG}
install:
@echo -n
OpenPOWER on IntegriCloud