summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2015-05-12 09:35:50 +0000
committeravg <avg@FreeBSD.org>2015-05-12 09:35:50 +0000
commitff3917d82c4d33613b91f61bcf2d3867a4f5f76b (patch)
treee149ce745bda5f32c71fdb2b3db46773d7757c1c
parent7d3d69b1e668be7bbc1d2300d8499fddaa8bcba2 (diff)
downloadFreeBSD-src-ff3917d82c4d33613b91f61bcf2d3867a4f5f76b.zip
FreeBSD-src-ff3917d82c4d33613b91f61bcf2d3867a4f5f76b.tar.gz
followup to r282748: sys/modules/cyclic was not removed by svn merge
This directory and its content were removed by the original commit but somehow the merge did not remove the directory. Spotted by: smh
-rw-r--r--sys/modules/cyclic/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys/modules/cyclic/Makefile b/sys/modules/cyclic/Makefile
deleted file mode 100644
index 6b29be4..0000000
--- a/sys/modules/cyclic/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../cddl/dev/cyclic
-
-KMOD= cyclic
-SRCS= cyclic.c
-
-SRCS+= vnode_if.h
-
-CFLAGS+= -I${.CURDIR}/../../cddl/compat/opensolaris \
- -I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common \
- -I${.CURDIR}/../.. \
- -I${.CURDIR}/../../cddl/dev/cyclic/i386
-
-IGNORE_PRAGMA= 1
-
-.include <bsd.kmod.mk>
-
-CFLAGS+= -include ${.CURDIR}/../../cddl/compat/opensolaris/sys/debug_compat.h
OpenPOWER on IntegriCloud