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

This commit is contained in:
Julian Elischer 2001-02-27 16:53:59 +00:00
parent 73bbbc6470
commit 9bed6fe815
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73163

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>