c2a7c3bedd
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
197 B
Makefile
12 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>
|