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.4
1# $NetBSD: Makefile,v 1.4 2009/11/06 15:26:54 pooka Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/rump/rumpkern
6
7TESTS_C=	t_modcmd
8TESTS_C+=	t_modlinkset
9
10LDADD.t_modlinkset+=	-lukfs -lrumpfs_cd9660 -lrumpfs_msdos
11LDADD+=			-lrumpvfs -lrump -lrumpuser -lpthread
12
13WARNS=	4
14
15.include <bsd.test.mk>
16

Indexes created Fri Dec 05 23:09:40 GMT 2025