aboutsummaryrefslogblamecommitdiff
path: root/cddl/lib/libumem/Makefile
blob: 0ce73f8e5f213658f25caa27d72bf6b802c71ba2 (plain) (tree)
1
2
3
4
5
6
7
8
9
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>