6f940b3847
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
9 lines
114 B
Makefile
9 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>
|