summaryrefslogtreecommitdiff
path: root/sys/modules/md/Makefile
AgeCommit message (Expand)Author
2025-08-23sys/modules: fix standalone build for multiple modulesShengYi Hung
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2016-03-09For the MD_ROOT option don't inject /dev/md0 as root dev when ROOTDEVNAMEMaxim Sobolev
2005-11-11Rename GEOM class kernel module g_md.ko to geom_md.ko for consistencyPawel Jakub Dawidek
2004-08-09change the name of the md module, to g_md, introduce a define with theJohn-Mark Gurney
2003-01-13Add opt_geom.h to the list.Poul-Henning Kamp
2002-01-11Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov
2001-06-01Remove vestiges of MFS.Ruslan Ermilov
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2001-01-01Add a missing vnode_if.h.Poul-Henning Kamp
2000-09-02Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp
2000-08-21Add dummy opt_devfs.h file.Poul-Henning Kamp
2000-05-27Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm
2000-05-04Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm
1999-11-28Removed special rules for building and cleaning device interface filesBruce Evans
1999-11-26This fell out of a previous commit: create the opt_md.h and opt_mfs.hPoul-Henning Kamp
1999-09-22Add phk's m(4) Memory Disk driver as a KLD. I don't believe itBrian Feldman