mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -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
11 lines
197 B
Makefile
11 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/cddl/compat/opensolaris/lib/libumem
|
|
|
|
PACKAGE= runtime
|
|
LIB= umem
|
|
SRCS= umem.c
|
|
WARNS?= 3
|
|
CFLAGS+= -I${SRCTOP}/cddl/compat/opensolaris/lib/libumem
|
|
|
|
.include <bsd.lib.mk>
|