mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
13 lines
196 B
Makefile
13 lines
196 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../../compat/opensolaris/lib/libumem
|
||
|
|
||
|
LIB= umem
|
||
|
SHLIB_MAJOR?=1
|
||
|
|
||
|
SRCS= umem.c
|
||
|
|
||
|
CFLAGS+=-I${.CURDIR}/../../../compat/opensolaris/lib/libumem
|
||
|
|
||
|
.include <bsd.lib.mk>
|