mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
8 lines
114 B
Makefile
8 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/md
|
|
KMOD= md
|
|
SRCS= md.c opt_mfs.h opt_md.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|