mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
Not quite working makefile to make the nmdm device as a module.
This commit is contained in:
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
12
sys/modules/nmdm/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user