diff options
author | agc <agc@pkgsrc.org> | 2007-02-23 21:40:19 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-02-23 21:40:19 +0000 |
commit | 8f400e672a6fdc850c516ace5bf78d85bc9b70b9 (patch) | |
tree | 4791af6ac99a4e9d95d253248310f53b004a5fd1 /emulators | |
parent | a286e9d8b8a0f2d73926bf1fd4d36be14aad50d9 (diff) | |
download | pkgsrc-8f400e672a6fdc850c516ace5bf78d85bc9b70b9.tar.gz |
Add and enable or1ksim
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 c3fc50f9ac4..6f4e0ac1315 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.154 2006/10/12 12:04:39 markd Exp $ +# $NetBSD: Makefile,v 1.155 2007/02/23 21:40:19 agc Exp $ # COMMENT= Emulators for other operating systems @@ -65,6 +65,7 @@ SUBDIR+= netbsd32_compat14 SUBDIR+= netbsd32_compat15 SUBDIR+= netbsd32_compat16 SUBDIR+= openmsx +SUBDIR+= or1ksim SUBDIR+= osf1_lib SUBDIR+= p11 SUBDIR+= palmosemulator |