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/libwrap/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libwrap/Makefile') diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index 1326b43bad23..f45e8f9dda6b 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -5,7 +5,6 @@ .include CONFS= hosts.allow -PACKAGE=lib${LIB} LIB= wrap SHLIB_MAJOR= 6 INCS= tcpd.h -- cgit v1.2.3