diff options
author | rh <rh> | 2002-04-20 08:11:57 +0000 |
---|---|---|
committer | rh <rh> | 2002-04-20 08:11:57 +0000 |
commit | 7e47a1b0db782d4ba9e2b3dfad00012dde5cd827 (patch) | |
tree | 0affca7ddedb19f313aef54552c6f1d13e7c3cf8 | |
parent | 0589074b3f5696f58e4b07753004ee1c69cce2aa (diff) | |
download | pkgsrc-7e47a1b0db782d4ba9e2b3dfad00012dde5cd827.tar.gz |
Add and enable rewind
-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 |