From b4494eed6a4ee6b558efad4e353be6108881aaae Mon Sep 17 00:00:00 2001 From: jylefort Date: Sun, 15 May 2005 01:16:17 +0000 Subject: Split xpilot-ng into xpilot-ng-client and xpilot-ng-server. PR: ports/66762 Submitted by: myself --- games/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/Makefile b/games/Makefile index 42b0a491016a..9ebd05289ba0 100644 --- a/games/Makefile +++ b/games/Makefile @@ -620,7 +620,8 @@ SUBDIR += xpenguins SUBDIR += xphotohunter SUBDIR += xpilot - SUBDIR += xpilot-ng + SUBDIR += xpilot-ng-client + SUBDIR += xpilot-ng-server SUBDIR += xpilotmon SUBDIR += xpipeman SUBDIR += xpired -- cgit