Fixed Makefile under NetBSD

This commit is contained in:
Michiel Broek 2005-08-17 18:55:16 +00:00
parent a11174b362
commit b0c43af5ff

View File

@ -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