diff options
author | rh <rh@pkgsrc.org> | 2002-04-20 08:11:57 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-20 08:11:57 +0000 |
commit | c8a3d6a1b2478bb3543cd1d69cb265b4c06b3378 (patch) | |
tree | 0affca7ddedb19f313aef54552c6f1d13e7c3cf8 /emulators | |
parent | dc3f30f415924b5cfa56cd81c76de941b65edd1a (diff) | |
download | pkgsrc-c8a3d6a1b2478bb3543cd1d69cb265b4c06b3378.tar.gz |
Add and enable rewind
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 df593ad73a1..12b488665cd 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2002/04/14 10:11:56 tron Exp $ +# $NetBSD: Makefile,v 1.67 2002/04/20 08:11:57 rh Exp $ # COMMENT= Emulators for other operating systems @@ -27,6 +27,7 @@ SUBDIR+= netbsd32_compat15 SUBDIR+= osf1_lib SUBDIR+= pcemu SUBDIR+= plex86 +SUBDIR+= rewind SUBDIR+= simh SUBDIR+= snes9x SUBDIR+= spim |