1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/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>