diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-31 19:17:19 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-31 19:17:19 +0000 |
commit | c2613e168e191f39b9c99bd0dfa0deadfc1a1800 (patch) | |
tree | 35bfea3c3a39def5322a197d93dac365e66cf11f /emulators/Makefile | |
parent | f958f6c79708fda42695e60d9a15a9b70873e3d9 (diff) | |
download | pkgsrc-c2613e168e191f39b9c99bd0dfa0deadfc1a1800.tar.gz |
Add and enable hatari
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 664db169cc7..919fa7de0b1 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2002/12/31 07:05:51 dsainty Exp $ +# $NetBSD: Makefile,v 1.77 2002/12/31 19:17:19 cjep Exp $ # COMMENT= Emulators for other operating systems @@ -18,6 +18,7 @@ SUBDIR+= freebsd_lib SUBDIR+= generator SUBDIR+= gnuboy SUBDIR+= gpsim +SUBDIR+= hatari SUBDIR+= hercules SUBDIR+= hercules-images SUBDIR+= ia64sim |