NetBSD/external/cddl/osnet/lib/libuutil/Makefile
christos c4b5e49df8 include bsd.init.mnk for consistency and set NOLINT since this overrides
MKLINT which can be re-set from /etc/mk.conf.
2016-08-04 17:07:23 +00:00

17 lines
416 B
Makefile

# $NetBSD: Makefile,v 1.5 2016/08/04 17:07:24 christos Exp $
.include <bsd.init.mk>
.PATH: ${.CURDIR}/../../dist/lib/libuutil/common
.PATH: ${.CURDIR}/../../dist/common/avl
CPPFLAGS+=-Wall -Wno-unknown-pragmas
LIB= uutil
SRCS= avl.c uu_alloc.c uu_avl.c uu_dprintf.c uu_ident.c uu_list.c \
uu_misc.c uu_open.c uu_pname.c uu_strtoint.c
CFLAGS+= -DNATIVE_BUILD
.include "../../Makefile.zfs"
.include <bsd.lib.mk>