author | zecke <zecke> | 2002-06-22 08:14:07 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-06-22 08:14:07 (UTC) |
commit | 38dd150a175af073a6df068a930f597c4fa86669 (patch) (side-by-side diff) | |
tree | 9ee560dabad4c23625cb67807e673e90738ee4e8 | |
parent | b5d84581b2ba61065f3382f7f9fa29416a23b560 (diff) | |
download | opie-38dd150a175af073a6df068a930f597c4fa86669.zip opie-38dd150a175af073a6df068a930f597c4fa86669.tar.gz opie-38dd150a175af073a6df068a930f597c4fa86669.tar.bz2 |
remove nethack. It's now in bigapps
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,25 +68,25 @@ NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ NONCOMM = noncore/comm/keypebble APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(COREMULTIMEDIA) $(CORESETTINGS) \ $(NONCORESETTINGS) $(NONCORETOOLS) \ $(NOAPPS) $(NONNET) $(NONMULT) \ $(NONCOMM) $(GAMES) -NONTMAKEAPPS := ipaq/opiealarm noncore/nethack +NONTMAKEAPPS := ipaq/opiealarm DOCS = docs/src/opie-policy single: mpegplayer/libmpeg3 dynamic: $(APPS) $(NONTMAKEAPPS) docs: $(DOCS) $(COMPONENTS): $(LIBS) $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |