diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2001-02-27 16:53:59 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2001-02-27 16:53:59 +0000 |
| commit | 9bed6fe815101509ca45ebce1ccfaecbc84e4ba0 (patch) | |
| tree | f8408f2b4d199d1dc0c85ed750ea226502c4fbf3 /sys/modules | |
| parent | 73bbbc64704ec0f0fabf36df299b38c4c5c71441 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/nmdm/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/nmdm/Makefile b/sys/modules/nmdm/Makefile new file mode 100644 index 000000000000..d74b7d3d6ac7 --- /dev/null +++ b/sys/modules/nmdm/Makefile @@ -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> |
