summaryrefslogtreecommitdiffstats
path: root/sys/modules/nullfs/Makefile
blob: 3fd3568b86863a7783df29ec436cb9490e6617d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH:	${.CURDIR}/../../miscfs/nullfs
KMOD=	null
SRCS=	null_subr.c null_vfsops.c null_vnops.c opt_debug_nullfs.h
NOMAN=
VFS_KLD=
CFLAGS+= -DNULLFS
CLEANFILES=	opt_debug_nullfs.h

opt_debug_nullfs.h:
		touch ${.TARGET}

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud