summaryrefslogtreecommitdiff
path: root/lib/libcdk
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-08-19 09:41:27 +0000
committerlukem <lukem@NetBSD.org>2002-08-19 09:41:27 +0000
commitebb6fc9eb8d577eb04388d4da60bf84e036089d1 (patch)
treede21cc82230d882e6f428e93f90b12dd8f88260c /lib/libcdk
parent8b2ed6900d3aa7f224d5f3fe3f2bf8f813d54e56 (diff)
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
(Reduces make output by ~ 20%)
Diffstat (limited to 'lib/libcdk')
-rw-r--r--lib/libcdk/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libcdk/Makefile b/lib/libcdk/Makefile
index e2865334745..3041b9851d6 100644
--- a/lib/libcdk/Makefile
+++ b/lib/libcdk/Makefile
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2001/12/12 00:51:01 tv Exp $
+# $NetBSD: Makefile,v 1.5 2002/08/19 09:41:28 lukem Exp $
-DIST= ${.CURDIR}/../../dist
+NOLINT= # defined
+
+.include <bsd.own.mk>
+
+DIST= ${NETBSDSRCDIR}/dist
.PATH: ${DIST}/cdk ${DIST}/cdk/include ${DIST}/cdk/man
LIB= cdk
-NOLINT= # defined
CPPFLAGS+= -I. -I${DIST}/cdk/include -DHAVE_CONFIG_H
SRCS= alphalist.c binding.c buttonbox.c calendar.c cdk.c cdkscreen.c \