summaryrefslogtreecommitdiff
path: root/devel/libcache/files/Makefile.lib
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libcache/files/Makefile.lib')
-rw-r--r--devel/libcache/files/Makefile.lib16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/libcache/files/Makefile.lib b/devel/libcache/files/Makefile.lib
deleted file mode 100644
index 4a508e102ae3..000000000000
--- a/devel/libcache/files/Makefile.lib
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-LIB= cache
-
-SHLIB_MAJOR?= 0
-NOPROFILE= yes
-
-.PATH: ${.CURDIR}/src
-
-SRCS= access.c parse.c
-
-CFLAGS+= -I${.CURDIR}/include
-
-LIBDIR= ${PREFIX}/lib
-
-.include <bsd.lib.mk>