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