diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-21 03:52:01 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-21 03:52:01 +0000 |
commit | 71ed9ace03a6a0f6471159f23520a744d0b26629 (patch) | |
tree | a970da690ec3ac860e3e8a74298b7c5c1dd4c2e0 /emulators/Makefile | |
parent | f3ef839b68eed9fc7981ff7804a2eb0ee6e6de5f (diff) | |
download | pkgsrc-71ed9ace03a6a0f6471159f23520a744d0b26629.tar.gz |
Add z26.
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 9f24bc61e73..b6025848ba2 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2005/10/05 12:00:09 skrll Exp $ +# $NetBSD: Makefile,v 1.139 2005/10/21 03:52:01 minskim Exp $ # COMMENT= Emulators for other operating systems @@ -136,6 +136,7 @@ SUBDIR+= xmame SUBDIR+= xmess SUBDIR+= xtrs SUBDIR+= xyame +SUBDIR+= z26 SUBDIR+= zsnes .include "../mk/bsd.pkg.subdir.mk" |