Home | History | Annotate | Line # | Download | only in librumpvfs
      1 #	$NetBSD: Makefile,v 1.6 2021/11/01 21:37:33 nia Exp $
      2 #
      3 
      4 NOFULLRELRO=	yes
      5 
      6 RUMPTOP=	${.CURDIR}/../../sys/rump
      7 
      8 LIBDPLIBS+=     rump	${.CURDIR}/../librump
      9 
     10 WARNS=		3	# XXX: kernel isn't ready for -Wsign-compare
     11 
     12 .include "${RUMPTOP}/librump/rumpvfs/Makefile.rumpvfs"
     13