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/fdescfs/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/modules/fdescfs/Makefile (limited to 'sys/modules/fdescfs') diff --git a/sys/modules/fdescfs/Makefile b/sys/modules/fdescfs/Makefile new file mode 100644 index 0000000..7aa2a7d --- /dev/null +++ b/sys/modules/fdescfs/Makefile @@ -0,0 +1,10 @@ +# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ + +.PATH: ${.CURDIR}/../../sys/miscfs/fdesc +KMOD= fdesc_mod +SRCS= fdesc_vfsops.c fdesc_vnops.c +NOMAN= +VFS_LKM= +CFLAGS+= -DFDESC + +.include -- cgit v1.1