summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-04-15 15:13:36 +0000
committerbapt <bapt@FreeBSD.org>2012-04-15 15:13:36 +0000
commitd1d7ab95bbca84ee7a0582d9e6be2975caeaecf8 (patch)
tree8e0b6b5b40521f5f9f08a516df206896f674ba17 /usr.sbin/pkg/Makefile
parente22aaa4b074eabc5c566d6a5781ddfdbbc60414a (diff)
downloadFreeBSD-src-d1d7ab95bbca84ee7a0582d9e6be2975caeaecf8.zip
FreeBSD-src-d1d7ab95bbca84ee7a0582d9e6be2975caeaecf8.tar.gz
add usr.sbin/pkg which is a bootstrap tool for pkgng.
it respects PACKAGESITE, PACKAGEROOT, and a new environment variable ABI (if a user want to use a different API from the base one for its packages) it has no man page on purpose to avoid hidding the pkg(8) man page from the pkgng package. for now uses pkgbeta.FreeBSD.org as default mirror to find its package it respects MK_PKGTOOLS Approved by: des (mentor)
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