Home | History | Annotate | Line # | Download | only in h_server
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 
      6 TESTSDIR=	${TESTSBASE}/rump/rumpkern/h_server
      7 
      8 TESTS_C=	h_simpleserver
      9 
     10 ATFFILE=	no
     11 
     12 LDADD+=	-lrump -lrumpuser -lpthread
     13 
     14 WARNS=	4
     15 NOMAN=
     16 
     17 .include <bsd.test.mk>
     18