diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-19 18:38:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-19 18:38:00 +0000 |
commit | 8826cc908956a40d6d85ff2cb412632af671ceee (patch) | |
tree | d4556cc8b7609ba3ab5ee7a9d9ec384eba485a28 /emulators | |
parent | c2f557623f6e90afbbf474b2c49ea79e47bb737b (diff) | |
download | pkgsrc-8826cc908956a40d6d85ff2cb412632af671ceee.tar.gz |
Add and enable fceu.
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 c1275c54078..9247564f4cb 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2004/07/16 14:27:59 xtraeme Exp $ +# $NetBSD: Makefile,v 1.107 2004/07/19 18:38:00 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -22,6 +22,7 @@ SUBDIR+= dega SUBDIR+= dgen SUBDIR+= dosbox SUBDIR+= doscmd +SUBDIR+= fceu SUBDIR+= fmsx SUBDIR+= freebsd_lib SUBDIR+= fuse |