diff options
author | dillo <dillo@pkgsrc.org> | 2004-07-26 17:06:29 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2004-07-26 17:06:29 +0000 |
commit | 65b752ebee2027081ddd1db2b85aa14c30cfc105 (patch) | |
tree | c95766b736cb6940e320fba8a4b16a66e3e0d6d7 | |
parent | fcdde5b50787b3d9442fe75d78c6d17aab577484 (diff) | |
download | pkgsrc-65b752ebee2027081ddd1db2b85aa14c30cfc105.tar.gz |
add and enable gnuboy-sdl
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 6abbd95340a..790fa5d727c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2004/07/23 19:02:10 wiz Exp $ +# $NetBSD: Makefile,v 1.110 2004/07/26 17:06:29 dillo Exp $ # COMMENT= Emulators for other operating systems @@ -31,6 +31,7 @@ SUBDIR+= fuse-utils SUBDIR+= gcube SUBDIR+= generator SUBDIR+= gnuboy +SUBDIR+= gnuboy-sdl SUBDIR+= gpsim SUBDIR+= hatari SUBDIR+= hercules |