summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo
diff options
context:
space:
mode:
Diffstat (limited to 'share/zoneinfo')
-rw-r--r--share/zoneinfo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 3816baa..89c098b 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1994/09/13 22:02:46 wollman Exp $
+# $Id: Makefile,v 1.8 1995/11/16 02:00:38 gpalmer Exp $
NOBIN=
CLEANFILES+= yearistype
@@ -17,8 +17,8 @@ POSIXRULES= America/New_York
TZFILES+= backward
.endif
-.if exists(${.CURDIR}/obj/.)
-YEARISTYPE=${.CURDIR}/obj/yearistype
+.if exists(${.OBJDIR}/yearistype)
+YEARISTYPE=${.OBJDIR}/yearistype
.else
YEARISTYPE=${.CURDIR}/yearistype
.endif
OpenPOWER on IntegriCloud