NetBSD/sys/modules/examples/Makefile.inc
pgoyette 14e2571904 A set of more comprehensive example kernel modules to replace our
previous single example.

These examples were provided by Kamil Rytarowski.

XXX These modules are built as part of a system build, but they
XXX are NOT installed in $DESTDIR.
2015-05-13 07:07:36 +00:00

10 lines
217 B
Makefile

# $NetBSD: Makefile.inc,v 1.1 2015/05/13 07:07:36 pgoyette Exp $
# We only build the example modules; we don't want to install them anywhere
kmodinstall:
# Include parent's Makefile.inc
.include "../Makefile.inc"