summaryrefslogtreecommitdiffstats
path: root/lkm/fdesc/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-21 23:27:16 +0000
committerwollman <wollman@FreeBSD.org>1994-09-21 23:27:16 +0000
commit664e99fa6ed276926f0c1d86f833274643654d19 (patch)
treeb6c6b02c3cdaa07c1f63200a868d07a7113dad8d /lkm/fdesc/Makefile
parent8c2367ad380541b5c6c41a810df43a755581aa9f (diff)
downloadFreeBSD-src-664e99fa6ed276926f0c1d86f833274643654d19.zip
FreeBSD-src-664e99fa6ed276926f0c1d86f833274643654d19.tar.gz
Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more
work; ditto NFS and it's even more work.)
Diffstat (limited to 'lkm/fdesc/Makefile')
-rw-r--r--lkm/fdesc/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lkm/fdesc/Makefile b/lkm/fdesc/Makefile
new file mode 100644
index 0000000..7aa2a7d
--- /dev/null
+++ b/lkm/fdesc/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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud