diff options
Diffstat (limited to 'cddl/lib/libumem/Makefile')
-rw-r--r-- | cddl/lib/libumem/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cddl/lib/libumem/Makefile b/cddl/lib/libumem/Makefile new file mode 100644 index 0000000..0ce73f8 --- /dev/null +++ b/cddl/lib/libumem/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem + +LIB= umem +SRCS= umem.c +WARNS?= 0 +CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem + +.include <bsd.lib.mk> |