summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/create/Makefile')
-rw-r--r--usr.sbin/pkg_install/create/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/pkg_install/create/Makefile b/usr.sbin/pkg_install/create/Makefile
index d39f93a..b249610 100644
--- a/usr.sbin/pkg_install/create/Makefile
+++ b/usr.sbin/pkg_install/create/Makefile
@@ -1,12 +1,11 @@
# $FreeBSD$
-PROG= pkg_create
+PROG= pkg_create
+SRCS= main.c perform.c pl.c
-CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib
+CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib
DPADD= ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
LDADD= ${LIBINSTALL} -lfetch -lmd
-SRCS= main.c perform.c pl.c
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud