mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
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
12 lines
252 B
Makefile
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>
|