NetBSD/sys/lkm/misc/Makefile
jdolecek 128eb4ec07 bring in 'syscall' and 'misc' example modules from former /usr/share/lkm,
updated to current LKM programming style
even through the modules do work, they are not built nor installed by default -
they are here solely as a help to potential LKM writer
2000-12-11 13:48:10 +00:00

9 lines
213 B
Makefile

# $NetBSD: Makefile,v 1.1 2000/12/11 13:48:11 jdolecek Exp $
# directory 'example' is explicitly not included - the module should not be
# built nor installed by default
SUBDIR+= # empty
.include <bsd.kinc.mk>