Home | History | Annotate | Line # | Download | only in librumpclient
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2010/11/23 12:41:47 pooka Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../sys/rump/librump/rumpkern
      5 
      6 LIB=		rumpclient
      7 USE_SHLIBDIR=	yes
      8 
      9 .include <bsd.own.mk>
     10 
     11 INCS=		rumpclient.h
     12 INCSDIR=	/usr/include/rump
     13 
     14 CPPFLAGS+=	-DRUMP_CLIENT -I${.CURDIR} -I${.CURDIR}/../librumpuser
     15 SRCS=		rumpclient.c
     16 SRCS+=		rump_syscalls.c
     17 
     18 .include <bsd.lib.mk>
     19