diff options
author | rh <rh> | 2002-04-20 08:11:57 +0000 |
---|---|---|
committer | rh <rh> | 2002-04-20 08:11:57 +0000 |
commit | 522f74aefa445014914510cc8492a32be4efad49 (patch) | |
tree | 0affca7ddedb19f313aef54552c6f1d13e7c3cf8 | |
parent | 78cac6e3e204744734b56a856584a44856903329 (diff) | |
download | pkgsrc-522f74aefa445014914510cc8492a32be4efad49.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 |