diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-04 03:44:38 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-04 03:44:38 +0000 |
commit | 2c423d21943fa3c07a0dfef9ba0f0a504756206b (patch) | |
tree | a3dc40fe678c5af1377083225fde3df5a740d440 | |
parent | 384c2c3706214761643d56fbe00130b55e8a0cc5 (diff) |
explicit all: target
-rw-r--r-- | share/zoneinfo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 3136c2c6e83..2506eb35ec4 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1998/01/18 23:22:33 millert Exp $ +# $OpenBSD: Makefile,v 1.4 1999/03/04 03:44:37 niklas Exp $ # $NetBSD: Makefile,v 1.14 1995/04/22 12:10:17 cgd Exp $ # Change the line below for your time zone (after finding the zone you want in @@ -54,6 +54,8 @@ USNO= usno1988 usno1989 usno1989a usno1995 usno1997 ZIC=zic +all: ${YEARISTYPECOPY} + ${YEARISTYPECOPY}: cp ${YEARISTYPE} yearistypecopy chmod u+x yearistypecopy |