diff options
author | agc <agc> | 2001-05-30 11:14:09 +0000 |
---|---|---|
committer | agc <agc> | 2001-05-30 11:14:09 +0000 |
commit | 6bff7a7cde1f9cc882469d0d2414b71a5374ae0c (patch) | |
tree | 240a7d858eb6237fc7259a8b2ab56795449d6db2 /emulators | |
parent | 2b559a161c208f75d02b43ec8fc67e651e2d8278 (diff) | |
download | pkgsrc-6bff7a7cde1f9cc882469d0d2414b71a5374ae0c.tar.gz |
Add and enable gnuboy
Diffstat (limited to 'emulators')
-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 |