Home | History | Annotate | Line # | Download | only in k_helper
Makefile revision 1.1
      1  1.1  jmmv #	$NetBSD: Makefile,v 1.1 2008/02/10 12:40:10 jmmv Exp $
      2  1.1  jmmv 
      3  1.1  jmmv KMOD=   	k_helper
      4  1.1  jmmv KMODDIR=	${TESTSBASE}/modules
      5  1.1  jmmv 
      6  1.1  jmmv SRCS=   	real-k_helper.c
      7  1.1  jmmv # XXX A hack to workaround the fact that the final module is named
      8  1.1  jmmv # k_helper.o.  To be removed once we change the extension of modules.
      9  1.1  jmmv BUILDSYMLINKS=	${.CURDIR}/k_helper.c real-k_helper.c
     10  1.1  jmmv 
     11  1.1  jmmv NOATFFILE=	# defined
     12  1.1  jmmv NOMAN=		# defined
     13  1.1  jmmv 
     14  1.1  jmmv .include <bsd.test.mk>
     15  1.1  jmmv .include <bsd.kmod.mk>
     16