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