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