diff options
-rw-r--r-- | emulators/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 9302897b7ce..415c6c0cc2d 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2004/11/09 13:08:24 xtraeme Exp $ +# $NetBSD: Makefile,v 1.121 2004/11/30 14:41:19 xtraeme Exp $ # COMMENT= Emulators for other operating systems @@ -37,6 +37,9 @@ SUBDIR+= gens SUBDIR+= gnuboy SUBDIR+= gnuboy-sdl SUBDIR+= gpsim +SUBDIR+= gpsim-devel +SUBDIR+= gpsim-oscilloscope +SUBDIR+= gpsim-ptyusart SUBDIR+= hatari SUBDIR+= hercules SUBDIR+= hercules-images |