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