diff options
author | agc <agc> | 2001-05-30 11:14:09 +0000 |
---|---|---|
committer | agc <agc> | 2001-05-30 11:14:09 +0000 |
commit | b2b8dc36e20c0b55ce9de32fe860fe206fc95aca (patch) | |
tree | 240a7d858eb6237fc7259a8b2ab56795449d6db2 /emulators/Makefile | |
parent | 2287d3e34fca6536f6b0dc9a3c1366949edfff43 (diff) | |
download | pkgsrc-b2b8dc36e20c0b55ce9de32fe860fe206fc95aca.tar.gz |
Add and enable gnuboy
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 23ddd1251c8..cc76dd09cc0 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2001/05/15 09:47:27 agc Exp $ +# $NetBSD: Makefile,v 1.58 2001/05/30 11:14:09 agc Exp $ # COMMENT= Emulators for other operating systems @@ -12,6 +12,7 @@ SUBDIR+= darcnes SUBDIR+= doscmd SUBDIR+= fmsx SUBDIR+= freebsd_lib +SUBDIR+= gnuboy SUBDIR+= gpsim SUBDIR+= hercules SUBDIR+= hercules-images |