4c1a82cea5
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
13 lines
123 B
Makefile
13 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= devinfo
|
|
SRCS= devinfo.c
|
|
INCS= devinfo.h
|
|
MAN= devinfo.3
|
|
|
|
SHLIB_MAJOR= 6
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.lib.mk>
|