aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2002-04-14 16:52:14 +0000
committerScott Long <scottl@FreeBSD.org>2002-04-14 16:52:14 +0000
commit51a7b740a11434580f649a98c2b44b98d60e4292 (patch)
treecb837dcaf5010099c0b2e9ce021a70b5e6f736ef /sys/modules
parentb6bd548cdcb7e3299b8589434a17b01ac4430305 (diff)
downloadsrc-51a7b740a11434580f649a98c2b44b98d60e4292.tar.gz
src-51a7b740a11434580f649a98c2b44b98d60e4292.zip
Actually add the UDF files!
Notes
Notes: svn path=/head/; revision=94663
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/udf/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/udf/Makefile b/sys/modules/udf/Makefile
new file mode 100644
index 000000000000..9d3b8a47d2ef
--- /dev/null
+++ b/sys/modules/udf/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../fs/udf
+
+KMOD= udf
+
+SRCS= udf_vfsops.c udf_vnops.c osta.c
+SRCS+= vnode_if.h
+NOMAN=
+
+CFLAGS+= -g
+
+CLEANFILES= .depend
+.include <bsd.kmod.mk>