diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 2004-08-09 06:45:20 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 2004-08-09 06:45:20 +0000 |
commit | a246f097d608ffd15198c0933258e5cd2604c1f8 (patch) | |
tree | 669ca3643f977a1fa7a51a372215c3d7f6da6103 /sys/modules/md/Makefile | |
parent | 157b106eae61057d5cc362d80dfa7caefcf99065 (diff) | |
download | src-a246f097d608ffd15198c0933258e5cd2604c1f8.tar.gz src-a246f097d608ffd15198c0933258e5cd2604c1f8.zip |
change the name of the md module, to g_md, introduce a define with the
name MD_MODNAME, and make mdconfig use this new define...
Notes
Notes:
svn path=/head/; revision=133357
Diffstat (limited to 'sys/modules/md/Makefile')
-rw-r--r-- | sys/modules/md/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/md/Makefile b/sys/modules/md/Makefile index 6ca6dbfe6f23..3f0654fbbe63 100644 --- a/sys/modules/md/Makefile +++ b/sys/modules/md/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../dev/md -KMOD= md +KMOD= g_md SRCS= md.c opt_md.h opt_geom.h vnode_if.h .include <bsd.kmod.mk> |