diff options
author | agc <agc@pkgsrc.org> | 1999-12-10 12:59:34 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-12-10 12:59:34 +0000 |
commit | c796d50e0e652858570d49c26520074827eaddbe (patch) | |
tree | 1b6f6f49a16c9bc14dbdf12aae2c440933cabe77 | |
parent | 74f5fe8ff0bda5d662c12a31a3802efb5c5265e1 (diff) | |
download | pkgsrc-c796d50e0e652858570d49c26520074827eaddbe.tar.gz |
Add and enable ia64sim
-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 |