eeabda7de2
first time. share/mk/bsd.kmodule.mk: only set _INST_DIRS if KMODULEDIR is not set. That we we avoid installing some bogus directories in the DESTDIR and in $DESTDIR/METALOG. tests/modules/k_helper/Makefile: add missing .include <bsd.own.mk>, and set the KMODULEDIR that the author seems to have intended.
15 lines
264 B
Makefile
15 lines
264 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/05/31 19:58:35 dyoung Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
KMOD= k_helper
|
|
KMODULEDIR= ${DESTDIR}/${TESTSBASE}/modules/${KMOD}
|
|
|
|
SRCS= k_helper.c
|
|
|
|
NOATFFILE= # defined
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.test.mk>
|
|
.include <bsd.kmodule.mk>
|