Add missing ${COPY} to install options, zone.tab

This commit is contained in:
Andrey A. Chernov 1996-11-27 23:32:10 +00:00
parent be2806f309
commit 50b440f1bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19994

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.9 1996/06/24 04:24:19 jkh Exp $
# $Id: Makefile,v 1.10 1996/11/19 19:17:09 wollman Exp $
NOBIN=
CLEANFILES+= yearistype
@ -35,7 +35,7 @@ afterinstall: yearistype
zic -d ${DESTDIR}/usr/share/zoneinfo -p ${POSIXRULES} \
${LEAPFILE} -y ${YEARISTYPE} ${TZFILES}
chown -R bin.bin ${DESTDIR}/usr/share/zoneinfo/*
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/zone.tab \
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/zone.tab \
${DESTDIR}/usr/share/zoneinfo
.include <bsd.prog.mk>