Remove building with NOCRYPTO option
[minix3.git] / tests / modules / k_helper2 / Makefile
blobae337331abf68c6cfd2645226e5dd37d62018675
1 # $NetBSD: Makefile,v 1.1 2010/08/21 13:21:48 pgoyette Exp $
3 .include <bsd.own.mk>
5 KMOD= k_helper2
6 KMODULEDIR= ${DESTDIR}/${TESTSBASE}/modules/${KMOD}
8 SRCS= k_helper2.c
10 ATFFILE= no
11 NOMAN= # defined
13 .include <bsd.test.mk>
14 .include <bsd.kmodule.mk>