simplify a bit.

This commit is contained in:
fgsch 2003-02-03 08:20:19 +00:00
parent ffbd9ac131
commit 0a60e7acd1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2003/02/02 20:19:56 fgsch Exp $
# $OpenBSD: Makefile,v 1.35 2003/02/03 08:20:19 fgsch Exp $
# $NetBSD: Makefile,v 1.2 1998/08/23 20:48:03 frueauf Exp $
COMMENT= "PDP, IBM 1401, Nova and other CPUs simulator"
@ -28,24 +28,19 @@ COPTS+= -O0
.endif
NO_REGRESS= Yes
SIMS= altair altairz80 eclipse gri h316 hp2100 i1401 i1620 \
ibm1130 id16 id32 nova pdp1 pdp10 pdp11 pdp15 pdp4 \
pdp7 pdp8 pdp9 s3 sds vax
VMEM_WARNING= Yes
pre-build:
@mkdir ${WRKBUILD}/BIN
do-install:
.for f in ${SIMS}
${INSTALL_PROGRAM} ${WRKBUILD}/BIN/${f} ${PREFIX}/bin/simh-${f}
.endfor
@cd ${WRKBUILD}/BIN && for f in `echo *`; do \
${INSTALL_PROGRAM} ${WRKBUILD}/BIN/$${f} ${PREFIX}/bin/simh-$${f}; \
done;
${INSTALL_DATA_DIR} ${PREFIX}/lib/simh/vax
${INSTALL_DATA} ${WRKDIST}/VAX/ka655.bin ${PREFIX}/lib/simh/vax
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/simh
${INSTALL_DATA} ${WRKBUILD}/*.txt ${WRKBUILD}/*/*.txt \
${PREFIX}/share/doc/simh
${PREFIX}/share/doc/simh
.include <bsd.port.mk>