diff options
author | agc <agc> | 1999-12-10 12:59:34 +0000 |
---|---|---|
committer | agc <agc> | 1999-12-10 12:59:34 +0000 |
commit | e48f56701493b0d58ee81b876b7357aeaf92b9e7 (patch) | |
tree | 1b6f6f49a16c9bc14dbdf12aae2c440933cabe77 /emulators | |
parent | 234243c4bd48cf3134ed635628a2b7af611a6ec9 (diff) | |
download | pkgsrc-e48f56701493b0d58ee81b876b7357aeaf92b9e7.tar.gz |
Add and enable ia64sim
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index deddfbce8fa..6731a154259 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 1999/11/10 07:54:45 soren Exp $ +# $NetBSD: Makefile,v 1.31 1999/12/10 12:59:34 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # @@ -13,6 +13,7 @@ SUBDIR += doscmd # SUBDIR += fmsx # SUBDIR += hfs + SUBDIR += ia64sim # SUBDIR += ines # SUBDIR += macutils # SUBDIR += mastergear |