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/union/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/modules/union/Makefile (limited to 'sys/modules/union') diff --git a/sys/modules/union/Makefile b/sys/modules/union/Makefile new file mode 100644 index 0000000..2a1cf7e --- /dev/null +++ b/sys/modules/union/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 -- cgit v1.1