summaryrefslogtreecommitdiff
path: root/lkm/union/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-01-20 09:15:33 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-01-20 09:15:33 +0000
commitbd9808758a32ee43df606b1cee8104cccadc3d31 (patch)
treed721065bb31fdbd63a465e574458de5c6eca3c19 /lkm/union/Makefile
parent29b30412b47fb9b1c047dc38bf1080ab03e0dc2d (diff)
add union lkm, since it's supported by kernel.
from Paul Goyette <paul@pgoyette.bdt.com>
Diffstat (limited to 'lkm/union/Makefile')
-rw-r--r--lkm/union/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lkm/union/Makefile b/lkm/union/Makefile
new file mode 100644
index 00000000000..23f1c19ae70
--- /dev/null
+++ b/lkm/union/Makefile
@@ -0,0 +1,10 @@
+# $OpenBSD: Makefile,v 1.1 1997/01/20 09:15:31 mickey Exp $
+
+LKM= unionfs
+SRCS+= union_lkm.c union_vfsops.c union_vnops.c union_subr.c
+CFLAGS+=-I${.CURDIR}/../../sys/miscfs/union
+NOMAN= noman
+
+.PATH: ${.CURDIR}/../../sys/miscfs/union
+
+.include <bsd.lkm.mk>