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