diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-19 19:56:44 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-19 19:56:44 +0000 |
commit | f249ed9f30e3c9073bd0fd8c2f404eebf449df64 (patch) | |
tree | 379dcee8aa2349dbddcc758495fe85e0c1e3fb67 | |
parent | Update to 0.4.1. (diff) |
Update category Makefiles to move kmud to net from games.
Repo-copy by: asami (gotta document this somewhere :-)
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | net/Makefile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index a23c5d8c2a16..ed9b85b53a46 100644 --- a/games/Makefile +++ b/games/Makefile @@ -86,7 +86,6 @@ SUBDIR += kdegames11-i18n SUBDIR += kdegames2 SUBDIR += klondike - SUBDIR += kmud SUBDIR += krogue SUBDIR += krubik SUBDIR += ktamaga diff --git a/net/Makefile b/net/Makefile index 290f6f021612..d4d193a36c54 100644 --- a/net/Makefile +++ b/net/Makefile @@ -99,6 +99,7 @@ SUBDIR += kdenetwork2 SUBDIR += kdetelnet SUBDIR += kicq + SUBDIR += kmud SUBDIR += ksamba SUBDIR += kxicq SUBDIR += lambdamoo |