From owner-freebsd-current Sat May 18 23:42:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 5100337B403 for ; Sat, 18 May 2002 23:42:38 -0700 (PDT) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.3/8.12.3) with ESMTP id g4J6gc9Q076067 for ; Sat, 18 May 2002 23:42:38 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.3/8.12.3/Submit) id g4J6gbiC076066 for freebsd-current@freebsd.org; Sat, 18 May 2002 23:42:37 -0700 (PDT) Date: Sat, 18 May 2002 23:42:37 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Subject: [PATCH] fixed buildworld in absences of src/games Message-ID: <20020518234237.A76042@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If you don't have src/games, the "make buildworld" dies without the following patch. -- Steve --- share/doc/usd/30.rogue/Makefile.orig Sat May 18 21:29:07 2002 +++ share/doc/usd/30.rogue/Makefile Sat May 18 22:50:21 2002 @@ -10,5 +10,5 @@ .include .else -all clean cleandepend cleandir depend distribute install obj: +all clean cleandepend cleandir depend includes buildincludes installincludes distribute install obj: .endif --- share/doc/usd/31.trek/Makefile.orig Sat May 18 21:30:12 2002 +++ share/doc/usd/31.trek/Makefile Sat May 18 22:50:46 2002 @@ -10,5 +10,5 @@ .include .else -all clean cleandepend cleandir depend distribute install obj: +all clean cleandepend cleandir depend includes buildincludes installincludes distribute install obj: .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message