From d1d7ab95bbca84ee7a0582d9e6be2975caeaecf8 Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 15 Apr 2012 15:13:36 +0000 Subject: 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) --- usr.sbin/pkg/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 usr.sbin/pkg/Makefile (limited to 'usr.sbin/pkg/Makefile') 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 -- cgit v1.1