]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/md/Makefile
Start to split out the really x86 specific NOTES from the global notes file.
[FreeBSD/FreeBSD.git] / sys / modules / md / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/md
4
5 KMOD=   geom_md
6 SRCS=   md.c opt_md.h opt_geom.h opt_rootdevname.h vnode_if.h
7
8 .include <bsd.kmod.mk>