Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2010/11/30 22:09:15 pooka Exp $
2#
3
4.include <bsd.own.mk>
5
6TESTSDIR=	${TESTSBASE}/rump/rumpkern/h_server
7
8TESTS_C=	h_simpleserver
9
10ATFFILE=	no
11
12LDADD+=	-lrump -lrumpuser -lpthread
13
14WARNS=	4
15NOMAN=
16
17.include <bsd.test.mk>
18