Makefile revision 1.1
11.1Sjmmv# $NetBSD: Makefile,v 1.1 2008/02/10 12:40:10 jmmv Exp $ 21.1Sjmmv 31.1SjmmvKMOD= k_helper 41.1SjmmvKMODDIR= ${TESTSBASE}/modules 51.1Sjmmv 61.1SjmmvSRCS= real-k_helper.c 71.1Sjmmv# XXX A hack to workaround the fact that the final module is named 81.1Sjmmv# k_helper.o. To be removed once we change the extension of modules. 91.1SjmmvBUILDSYMLINKS= ${.CURDIR}/k_helper.c real-k_helper.c 101.1Sjmmv 111.1SjmmvNOATFFILE= # defined 121.1SjmmvNOMAN= # defined 131.1Sjmmv 141.1Sjmmv.include <bsd.test.mk> 151.1Sjmmv.include <bsd.kmod.mk> 16