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