85867e4784
kernel and you forgot to add 'options LKM', you can kldload this module and get LKM compatability. (!)
13 lines
241 B
Makefile
13 lines
241 B
Makefile
# $Id: Makefile,v 1.11 1998/11/12 00:37:39 jkh Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../kern
|
|
KMOD = lkm
|
|
SRCS = kern_lkm.c vnode_if.h opt_devfs.h
|
|
|
|
CLEANFILES += opt_devfs.h vnode_if.c vnode_if.h
|
|
|
|
opt_devfs.h:
|
|
touch opt_devfs.h
|
|
|
|
.include <bsd.kmod.mk>
|