From b0c43af5ff0bdde387673042ea0c466e61c98011 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Wed, 17 Aug 2005 18:55:16 +0000 Subject: [PATCH] Fixed Makefile under NetBSD --- script/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/Makefile b/script/Makefile index f08c584b..b6a84385 100644 --- a/script/Makefile +++ b/script/Makefile @@ -86,8 +86,8 @@ install: ${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0750 runvirtual.sh ${BINDIR}/runvirtual.sh.new ; \ echo "${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0750 runvirtual.sh ${BINDIR}/runvirtual.sh.new" ; \ fi - ${INSTALL} -o ${OWNER} -g ${GROUP} -m 0640 doors.bat ${VARDIR}/dosemu/c - ${INSTALL} -o ${OWNER} -g ${GROUP} -m 0700 mbsedos ${BINDIR} + ${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0640 doors.bat ${VARDIR}/dosemu/c + ${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0700 mbsedos ${BINDIR} @bash ./installinit.sh filelist: Makefile