128eb4ec07
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
6 lines
138 B
Makefile
6 lines
138 B
Makefile
# $NetBSD: Makefile,v 1.5 2000/12/11 13:48:10 jdolecek Exp $
|
|
|
|
SUBDIR= arch compat exec misc netinet vfs syscall
|
|
|
|
.include <bsd.subdir.mk>
|