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.6
1# $NetBSD: Makefile,v 1.6 2010/01/25 19:27:24 pooka 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 -lrumpdev_disk -lrumpdev -lrumpfs_msdos 
12LDADD.t_modlinkset+=	-lrumpfs_cd9660 ${ADD_TO_LD}
13LDADD+=			${ADD_TO_LD}
14
15WARNS=	4
16
17.include <bsd.test.mk>
18

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