summaryrefslogtreecommitdiffstats
path: root/sys/modules/unionfs
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 /sys/modules/unionfs
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 'sys/modules/unionfs')
-rw-r--r--sys/modules/unionfs/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/unionfs/Makefile b/sys/modules/unionfs/Makefile
new file mode 100644
index 0000000..2a1cf7e
--- /dev/null
+++ b/sys/modules/unionfs/Makefile
@@ -0,0 +1,10 @@
+# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+
+.PATH: ${.CURDIR}/../../sys/miscfs/union
+KMOD= union_mod
+SRCS= union_subr.c union_vfsops.c union_vnops.c
+NOMAN=
+VFS_LKM=
+CFLAGS+= -DUNION
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud