diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-18 19:56:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-18 19:56:58 +0000 |
commit | a13d8d4ecb198c6775685335107f8d41e4556f5d (patch) | |
tree | 5672d6bf05d0589dca86cb182453e7c58de09b02 | |
parent | a86772bcd675180868933704efb730e7f208e3df (diff) | |
download | pkgsrc-a13d8d4ecb198c6775685335107f8d41e4556f5d.tar.gz |
Add applyppf.
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 6f4e0ac1315..9ec3d1ac48b 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.155 2007/02/23 21:40:19 agc Exp $ +# $NetBSD: Makefile,v 1.156 2007/03/18 19:56:58 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -13,6 +13,7 @@ SUBDIR+= ROMBuild SUBDIR+= ROMInfo SUBDIR+= ZIPIdent SUBDIR+= aliados +SUBDIR+= applyppf SUBDIR+= aranym SUBDIR+= arcem SUBDIR+= arnold |