summaryrefslogtreecommitdiffstats
path: root/lkm/nullfs/Makefile
blob: 7f597ce03b0392bf921dcb2095090284c4060519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$Id: Makefile,v 1.4 1998/02/01 17:34:11 bde Exp $

.PATH:	${.CURDIR}/../../sys/miscfs/nullfs
KMOD=	null_mod
SRCS=	null_subr.c null_vfsops.c null_vnops.c \
	opt_debug_nullfs.h opt_diagnostic.h 
NOMAN=
VFS_LKM=
CFLAGS+= -DNULLFS
CLEANFILES+=opt_debug_nullfs.h opt_diagnostic.h

opt_diagnostic.h:
	touch opt_diagnostic.h

opt_debug_nullfs.h:
		touch ${.TARGET}

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