Install vmb.exe - it is required to run the VAX 780 emulation
This commit is contained in:
parent
71728e9895
commit
0cb62d2504
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.40 2013/02/06 19:30:55 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.41 2013/03/26 13:43:19 martin Exp $
|
||||
|
||||
DISTNAME= simhv39-0
|
||||
PKGNAME= simh-3.9.0
|
||||
|
@ -44,7 +44,9 @@ do-install:
|
|||
${INSTALL_PROGRAM} $$BIN ${DESTDIR}${PREFIX}/bin/simh-$$BIN; \
|
||||
fi ; \
|
||||
done)
|
||||
|
||||
${INSTALL_DATA} ${WRKSRC}/VAX/ka655x.bin ${DESTDIR}${PREFIX}/share/simh
|
||||
${INSTALL_DATA} ${WRKSRC}/VAX/vmb.exe ${DESTDIR}${PREFIX}/share/simh
|
||||
(cd ${WRKSRC} && for TXT in *.txt */*.txt; do \
|
||||
${INSTALL_DATA} $$TXT ${DESTDIR}${PREFIX}/share/doc/simh; \
|
||||
done)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2012/05/04 09:38:23 hans Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2013/03/26 13:43:19 martin Exp $
|
||||
bin/simh-altair
|
||||
bin/simh-altairz80
|
||||
bin/simh-eclipse
|
||||
|
@ -46,3 +46,5 @@ share/doc/simh/sds_diag.txt
|
|||
share/doc/simh/system3.txt
|
||||
share/doc/simh/vax780_bug_history.txt
|
||||
share/simh/ka655x.bin
|
||||
share/simh/vmb.exe
|
||||
|
||||
|
|
Loading…
Reference in a new issue