mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
11 lines
168 B
Makefile
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>
|