summaryrefslogtreecommitdiffstats
path: root/sys/modules/fdescfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/fdescfs/Makefile')
-rw-r--r--sys/modules/fdescfs/Makefile10
1 files changed, 10 insertions, 0 deletions
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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud