freebsd-dev/sys/modules/nullfs/Makefile
Peter Wemm a654d07295 Sample initial set of kld-ified modules. Not all have been completely
converted yet.  These are more of a starting point.  This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so patiently waiting)
1998-10-16 04:30:52 +00:00

15 lines
298 B
Makefile

# $Id: Makefile,v 1.6 1998/02/06 23:54:26 eivind Exp $
.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>