diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-08-21 07:45:37 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-08-21 07:45:37 +0000 |
| commit | 055aefb1bcd6c54859c45274c8e03f03b3f5e681 (patch) | |
| tree | 177cfacf458474e1b2a6f12b6d196ba1d6dfbea9 /sys/modules/md/Makefile | |
| parent | ea014d857fb14699a46f37201ecefcb7735f2667 (diff) | |
Notes
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 bbbec998b357b..823e236950f7a 100644 --- a/sys/modules/md/Makefile +++ b/sys/modules/md/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../dev/md KMOD= md -SRCS= md.c opt_mfs.h opt_md.h +SRCS= md.c opt_mfs.h opt_md.h opt_devfs.h NOMAN= .include <bsd.kmod.mk> |
