Home | History | Annotate | Line # | Download | only in rumpdev
Makefile.rumpdev revision 1.1
      1 #	$NetBSD: Makefile.rumpdev,v 1.1 2009/07/20 18:04:13 pooka Exp $
      2 #
      3 
      4 .include "${RUMPTOP}/Makefile.rump"
      5 
      6 LIB=	rumpdev
      7 
      8 .PATH:	${RUMPTOP}/librump/rumpdev				\
      9 	${RUMPTOP}/../kern
     10 
     11 SRCS=	rump_dev.c autoconf.c devnodes.c
     12 
     13 # sys/kern
     14 SRCS+=	subr_autoconf.c
     15 
     16 # automatically in sync src/lib
     17 SHLIB_MAJOR=    0
     18 SHLIB_MINOR=    0
     19 
     20 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
     21 CPPFLAGS+=	-Wno-pointer-sign
     22 
     23 .include <bsd.lib.mk>
     24 .include <bsd.klinks.mk>
     25