freebsd-dev/lkm/nullfs/Makefile
1997-02-22 12:49:29 +00:00

11 lines
168 B
Makefile

# $Id$
.PATH: ${.CURDIR}/../../sys/miscfs/nullfs
KMOD= null_mod
SRCS= null_subr.c null_vfsops.c null_vnops.c
NOMAN=
VFS_LKM=
CFLAGS+= -DNULLFS
.include <bsd.kmod.mk>