diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-06 20:01:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-06 20:01:58 +0000 |
commit | 7fe9fe2687272277ebd9c72b312bd2d899390e02 (patch) | |
tree | 48ba3a330010ac6aae18bc6b7785d3ddb87fa9b6 /emulators | |
parent | 8ef86229d093540a9c6d0fcb5e2efab2647a8229 (diff) | |
download | pkgsrc-7fe9fe2687272277ebd9c72b312bd2d899390e02.tar.gz |
Add and enable zsnes
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 32666d63348..512a1160f8f 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2001/09/02 23:08:14 kristerw Exp $ +# $NetBSD: Makefile,v 1.61 2001/10/06 20:01:58 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -56,5 +56,6 @@ SUBDIR+= xcopilot SUBDIR+= xm7 SUBDIR+= xmame SUBDIR+= xmess +SUBDIR+= zsnes .include "../mk/bsd.pkg.subdir.mk" |