freebsd-dev/sys/modules/nullfs/Makefile

15 lines
255 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../miscfs/nullfs
KMOD= null
1998-02-06 23:54:27 +00:00
SRCS= null_subr.c null_vfsops.c null_vnops.c opt_debug_nullfs.h
NOMAN=
VFS_KLD=
CFLAGS+= -DNULLFS
1998-02-06 23:54:27 +00:00
CLEANFILES= opt_debug_nullfs.h
opt_debug_nullfs.h:
touch ${.TARGET}
.include <bsd.kmod.mk>