6f940b3847
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
9 lines
124 B
Makefile
9 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/vn
|
|
KMOD= vn
|
|
SRCS= vn.c vnode_if.h opt_devfs.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|