author | llornkcor <llornkcor> | 2002-09-20 13:36:54 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-09-20 13:36:54 (UTC) |
commit | 07f63d9a2a816f2406b0d8ea0f3c1b813fd13663 (patch) (side-by-side diff) | |
tree | 7aa7b49a12469334d598c6091fca70b7917cf588 | |
parent | 4d55bd79e3b958ab45b26ecdb85003277517699f (diff) | |
download | opie-07f63d9a2a816f2406b0d8ea0f3c1b813fd13663.zip opie-07f63d9a2a816f2406b0d8ea0f3c1b813fd13663.tar.gz opie-07f63d9a2a816f2406b0d8ea0f3c1b813fd13663.tar.bz2 |
added sshkeys
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,50 +31,50 @@ COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) PIMAPPS = core/pim/addressbook core/pim/datebook \ core/pim/today core/pim/todo TODAYPLUGINS = core/pim/today/plugins/datebook \ core/pim/today/plugins/todolist \ core/pim/today/plugins/mail \ COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ core/apps/textedit core/apps/embeddedkonsole \ core/launcher \ core/opie-login \ core/apps/oipkg core/apps/qcop COREMULTIMEDIA = core/multimedia/opieplayer CORESETTINGS = core/settings/light-and-power core/settings/security \ core/settings/systemtime core/settings/citytime \ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ noncore/settings/appearance noncore/settings/sound \ noncore/settings/mediummount \ noncore/settings/tabmanager noncore/settings/appskey \ - noncore/settings/netsystemtime \ - noncore/settings/wlansetup \ + noncore/settings/netsystemtime noncore/settings/wlansetup \ + noncore/settings/sshkeys NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal GAMES = noncore/games/minesweep noncore/games/solitaire \ noncore/games/tetrix noncore/games/wordgame \ noncore/games/parashoot noncore/games/snake \ noncore/games/mindbreaker \ noncore/games/go noncore/games/qasteroids \ noncore/games/fifteen noncore/games/tictac \ noncore/games/kcheckers noncore/games/kpacman \ noncore/games/kbill noncore/games/buzzword \ noncore/games/bounce NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ noncore/apps/opie-reader noncore/apps/checkbook \ noncore/apps/sysinfo \ NONNET = noncore/net/netsetup noncore/net/opieftp \ noncore/mail NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |