diff options
author | tron <tron@pkgsrc.org> | 1998-05-26 21:20:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-26 21:20:07 +0000 |
commit | da7621af2b7e27ffdded8eb8299f69edb50e272c (patch) | |
tree | c614b24d5aa4939eb146c9ecd37c6d537a7dccdc /emulators | |
parent | 2cc08e783e201a3dcfa144ed789932ea43ec5f04 (diff) | |
download | pkgsrc-da7621af2b7e27ffdded8eb8299f69edb50e272c.tar.gz |
Enable "spim", fixes PR pkg/5375.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 6a2feb4a7dc..88690da0e60 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:23 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/05/26 21:20:07 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # @@ -18,7 +18,7 @@ # SUBDIR += pcemu # SUBDIR += prodosemu # SUBDIR += sim6811 -# SUBDIR += spim + SUBDIR += spim # SUBDIR += stella # SUBDIR += tkhfs # SUBDIR += vgb |