diff options
author | agc <agc@pkgsrc.org> | 2001-04-27 14:44:50 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-04-27 14:44:50 +0000 |
commit | 4558064fb4d4bee272d1b87af6e0db500e9a0a8a (patch) | |
tree | a3ec0b4329980bd22bba3f0daa7332f5fee6443c /emulators/Makefile | |
parent | c447c6451350a01d12b4c7b446ae265fd77d17db (diff) | |
download | pkgsrc-4558064fb4d4bee272d1b87af6e0db500e9a0a8a.tar.gz |
Add and enable gpsim
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 4a556b8f443..7d35719787c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2001/04/25 21:23:10 tron Exp $ +# $NetBSD: Makefile,v 1.55 2001/04/27 14:44:50 agc Exp $ # COMMENT= Emulators for other operating systems @@ -12,6 +12,7 @@ SUBDIR+= darcnes SUBDIR+= doscmd SUBDIR+= fmsx SUBDIR+= freebsd_lib +SUBDIR+= gpsim SUBDIR+= hercules SUBDIR+= hercules-images SUBDIR+= ia64sim |