diff options
author | markd <markd@pkgsrc.org> | 2019-11-03 01:41:38 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-11-03 01:41:38 +0000 |
commit | 0f7bfea240ee7cc2f6dfca7180f477751c799b23 (patch) | |
tree | 767a863a028594c18c5a30e2961a51c8c23ba17e /emulators/Makefile | |
parent | a86350c8db4b85f6b5fb5bc754b0964aa39402bf (diff) | |
download | pkgsrc-0f7bfea240ee7cc2f6dfca7180f477751c799b23.tar.gz |
emulators: add gns3-gui gns3-server remove gns3
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index cab8639c58e..d113471a5ce 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.307 2019/10/26 16:57:53 kamil Exp $ +# $NetBSD: Makefile,v 1.308 2019/11/03 01:41:38 markd Exp $ # COMMENT= Emulators for other operating systems @@ -72,7 +72,8 @@ SUBDIR+= fuse-emulator-utils SUBDIR+= gcube SUBDIR+= generator-cbiere SUBDIR+= gens -SUBDIR+= gns3 +SUBDIR+= gns3-gui +SUBDIR+= gns3-server SUBDIR+= gnuboy SUBDIR+= gnuboy-sdl SUBDIR+= gpsim |