summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-11-16 02:03:30 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-11-16 02:03:30 +0000
commitb151402efeeef556ab9c397eaa74893c16a48e18 (patch)
tree456b84ce1e3638d3ab68ecf85a1281723eb61e23
parentab687ca146cc86871eb5ad62270b007e526b4d26 (diff)
Notes
-rw-r--r--share/zoneinfo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 94ae5ea7f130..b279d8466387 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -1,12 +1,12 @@
-# $Id: Makefile,v 1.6 1994/09/13 21:54:06 wollman Exp $
+# $Id: Makefile,v 1.8 1995/11/16 02:00:38 gpalmer Exp $
NOBIN=
CLEANFILES+= yearistype
.if defined(LEAPSECONDS)
-LEAPFILE= leapseconds
+LEAPFILE= -L leapseconds
.else
-LEAPFILE= /dev/null
+LEAPFILE=
.endif
TZFILES= africa antarctica asia australasia etcetera europe \
@@ -33,7 +33,7 @@ yearistype: yearistype.sh
afterinstall: yearistype
umask 022; cd ${.CURDIR}; \
zic -d ${DESTDIR}/usr/share/zoneinfo -p ${POSIXRULES} \
- -L ${LEAPFILE} -y ${YEARISTYPE} ${TZFILES}
+ ${LEAPFILE} -y ${YEARISTYPE} ${TZFILES}
chown -R bin.bin ${DESTDIR}/usr/share/zoneinfo/*
.include <bsd.prog.mk>