From 664e99fa6ed276926f0c1d86f833274643654d19 Mon Sep 17 00:00:00 2001 From: wollman Date: Wed, 21 Sep 1994 23:27:16 +0000 Subject: Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more work; ditto NFS and it's even more work.) --- sys/modules/nullfs/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/modules/nullfs/Makefile (limited to 'sys/modules/nullfs') diff --git a/sys/modules/nullfs/Makefile b/sys/modules/nullfs/Makefile new file mode 100644 index 0000000..fc71e6a --- /dev/null +++ b/sys/modules/nullfs/Makefile @@ -0,0 +1,10 @@ +# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ + +.PATH: ${.CURDIR}/../../sys/miscfs/nullfs +KMOD= null_mod +SRCS= null_subr.c null_vfsops.c null_vnops.c +NOMAN= +VFS_LKM= +CFLAGS+= -DNULLFS + +.include -- cgit v1.1