Date: Sat, 18 May 2002 23:42:37 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: freebsd-current@freebsd.org Subject: [PATCH] fixed buildworld in absences of src/games Message-ID: <20020518234237.A76042@troutmask.apl.washington.edu>
next in thread | raw e-mail | index | archive | help
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 <bsd.doc.mk> .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 <bsd.doc.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020518234237.A76042>