aboutsummaryrefslogtreecommitdiff
path: root/devel/libcache
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-04 11:17:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-04 11:17:56 +0000
commit26fa8300c7326975bff6a1e57eebd312b83d78ce (patch)
treec49e81eed19dc8ae97cb96d417eac7ab5e48cf2e /devel/libcache
parenta11066cf7b39b36a54c26d9f04b852e1596018f6 (diff)
downloadports-26fa8300c7326975bff6a1e57eebd312b83d78ce.tar.gz
ports-26fa8300c7326975bff6a1e57eebd312b83d78ce.zip
Notes
Diffstat (limited to 'devel/libcache')
-rw-r--r--devel/libcache/files/Makefile.lib6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libcache/files/Makefile.lib b/devel/libcache/files/Makefile.lib
index 8f25363451d6..4a508e102ae3 100644
--- a/devel/libcache/files/Makefile.lib
+++ b/devel/libcache/files/Makefile.lib
@@ -1,9 +1,13 @@
+# $FreeBSD$
+
LIB= cache
SHLIB_MAJOR?= 0
NOPROFILE= yes
-SRCS= src/access.c src/parse.c
+.PATH: ${.CURDIR}/src
+
+SRCS= access.c parse.c
CFLAGS+= -I${.CURDIR}/include