mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
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
14 lines
243 B
Makefile
14 lines
243 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netinet/libalias
|
|
|
|
CONFS= libalias.conf
|
|
LIB= alias
|
|
SHLIBDIR?= /lib
|
|
SHLIB_MAJOR= 7
|
|
MAN= libalias.3
|
|
SRCS= alias.c alias_db.c alias_proxy.c alias_util.c alias_mod.c
|
|
INCS= alias.h
|
|
NO_WERROR=
|
|
|
|
.include <bsd.lib.mk>
|