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/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/info/Makefile b/usr.sbin/pkg_install/info/Makefile
new file mode 100644
index 0000000..485cb22
--- /dev/null
+++ b/usr.sbin/pkg_install/info/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PROG= pkg_info
+SRCS= main.c perform.c show.c
+
+CFLAGS+= -I${.CURDIR}/../lib
+
+WFORMAT?= 1
+
+DPADD= ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
+LDADD= ${LIBINSTALL} -lfetch -lmd
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud