opnsense-src/cddl/lib/libavl/Makefile
Emmanuel Vadot c2a7c3bedd pkgbase: Force zfs(8) and zpool(8) to be in the runtime package
Those commands are needed to repair a FreeBSD installation so add them
to the runtime package

Reviewed by:	bapt, gjb
Differential Revision:	https://reviews.freebsd.org/D21498
2019-09-05 14:07:49 +00:00

12 lines
252 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/avl
PACKAGE= runtime
LIB= avl
SRCS= avl.c
WARNS?= 3
CFLAGS+= -I${SRCTOP}/sys/cddl/compat/opensolaris
CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common
.include <bsd.lib.mk>