From 4c1a82cea504df7a79f5bd8f7d0a41cacccff16e Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 5 Sep 2019 14:15:47 +0000 Subject: pkgbase: Create a FreeBSD-utilities package and make it the default one The default package use to be FreeBSD-runtime but it should only contain binaries and libs enough to boot to single user and repair the system, it is also very handy to have a package that can be tranform to a small mfsroot. So create a new package named FreeBSD-utilities and make it the default one. Also move a few binaries and lib into this package when it make sense. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21506 --- lib/libfetch/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libfetch') diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 6990e7b1bb83..e3c4533aed1f 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -2,7 +2,6 @@ .include -PACKAGE=lib${LIB} LIB= fetch CFLAGS+= -I. SRCS= fetch.c common.c ftp.c http.c file.c \ -- cgit v1.3