Not quite working makefile to make the nmdm device as a module.

This commit is contained in:
julian 2001-02-27 16:53:59 +00:00
parent acb4cb26f6
commit ed0c53f06b

12
sys/modules/nmdm/Makefile Normal file
View File

@ -0,0 +1,12 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/nmdm
KMOD= nmdm
SRCS= nmdm.c
SRCS+= opt_compat.h vnode_if.h
opt_compat.h:
echo "#define COMPAT_43 1" >opt_compat.h
.include <bsd.kmod.mk>