NetBSD/tests/modules/k_helper/Makefile
dyoung eeabda7de2 Fix two bugs to make MKMODULAR=yes builds will work again, for the
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.
2008-05-31 19:58:35 +00:00

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>