# $FreeBSD: head/sys/modules/nullfs/Makefile 50477 1999-08-28 01:08:13Z peter $ .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