summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg/Makefile')
-rw-r--r--usr.sbin/pkg/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile
new file mode 100644
index 0000000..f933ee1
--- /dev/null
+++ b/usr.sbin/pkg/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+PROG= pkg
+SRC= pkg.c
+
+NO_MAN= yes
+LDADD= -larchive -lelf -lfetch
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud