stmf: avoid set but not used errors
[unleashed.git] / lib / libuutil / Makefile
blob210330333bc5e2177c6518dad4d5a418bd9b8234
1 LIB= uutil
2 SRCS= uu_alloc.c uu_avl.c uu_dprintf.c uu_ident.c uu_list.c uu_misc.c \
3 uu_open.c uu_pname.c uu_string.c uu_strtoint.c
5 # FIXME: libuutil_impl.h shouldn't be installed, but some dmake components
6 # depend on reaching it from the proto area
7 INCS= libuutil.h libuutil_impl.h
8 includes: incinstall
10 .include <unleashed.mk>
11 .PATH: ${SRCTOP}/usr/src/common/avl
12 SRCS+= avl.c
14 .include <lib.mk>