diff options
author | jnemeth <jnemeth> | 2014-03-13 07:24:05 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2014-03-13 07:24:05 +0000 |
commit | 635570a7885ff5f1705b5dbad7785d9b18b8d156 (patch) | |
tree | 10e4104aed182c0a2d1829bea9c764486c6d4e28 /emulators | |
parent | a642b4e49c2be8742b038c099f5a9360edf2cbea (diff) | |
download | pkgsrc-635570a7885ff5f1705b5dbad7785d9b18b8d156.tar.gz |
add and enable free42
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 791d03405f7..6d45a9000e2 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.209 2014/01/22 12:32:44 obache Exp $ +# $NetBSD: Makefile,v 1.210 2014/03/13 07:24:05 jnemeth Exp $ # COMMENT= Emulators for other operating systems @@ -54,6 +54,7 @@ SUBDIR+= dynamips SUBDIR+= e-uae SUBDIR+= fceu SUBDIR+= fmsx +SUBDIR+= free42 SUBDIR+= freebsd_lib SUBDIR+= fuse SUBDIR+= fuse-utils |