1 1.3 martin # $NetBSD: Makefile,v 1.3 2019/08/27 14:53:38 martin Exp $ 2 1.1 christos 3 1.2 bad WARNS?= 5 4 1.2 bad 5 1.2 bad .include <bsd.init.mk> 6 1.2 bad 7 1.2 bad .if ${RUMPRUN:Uno} != "yes" 8 1.2 bad LIBISPRIVATE?= yes 9 1.2 bad .endif 10 1.1 christos LIB= nv 11 1.1 christos #USE_SHLIBDIR= yes 12 1.1 christos #SHLIB_MAJOR= 1 13 1.1 christos #SHLIB_MINOR= 0 14 1.1 christos 15 1.1 christos #INCS= nv.h dnv.h 16 1.1 christos #INCSDIR= /usr/include 17 1.1 christos #MAN= nv.3 18 1.1 christos 19 1.3 martin .include "srcs.mk" 20 1.3 martin SRCS= ${LIBNV_SRCS} 21 1.1 christos 22 1.1 christos .include <bsd.lib.mk> 23