Cross Reference: Makefile
xref: /src/tests/rump/rumpkern/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/rump/rumpkern/
Makefile revision 1.5
1# $NetBSD: Makefile,v 1.5 2009/11/28 22:20:38 he Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/rump/rumpkern
6
7TESTS_C=	t_modcmd
8TESTS_C+=	t_modlinkset
9
10ADD_TO_LD=	-lrumpvfs -lrump -lrumpuser -lpthread
11LDADD.t_modlinkset+=	-lukfs -lrumpfs_cd9660 -lrumpfs_msdos ${ADD_TO_LD}
12LDADD+=			${ADD_TO_LD}
13
14WARNS=	4
15
16.include <bsd.test.mk>
17

Indexes created Mon Dec 08 18:09:35 GMT 2025