diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-15 15:13:36 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-15 15:13:36 +0000 |
commit | d1d7ab95bbca84ee7a0582d9e6be2975caeaecf8 (patch) | |
tree | 8e0b6b5b40521f5f9f08a516df206896f674ba17 /usr.sbin/Makefile | |
parent | e22aaa4b074eabc5c566d6a5781ddfdbbc60414a (diff) | |
download | FreeBSD-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/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index fa9883d..68b82e7 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -256,6 +256,7 @@ SUBDIR+= ftp-proxy .if ${MK_PKGTOOLS} != "no" SUBDIR+= pkg_install +SUBDIR+= pkg .endif # XXX MK_TOOLCHAIN? |