Date: Fri, 11 Apr 1997 10:40:04 -0700 (PDT) From: Bruce Evans <bde@zeta.org.au> To: freebsd-bugs Subject: Re: docs/3257: make cleandepend broken Message-ID: <199704111740.KAA05381@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/3257; it has been noted by GNATS. From: Bruce Evans <bde@zeta.org.au> To: FreeBSD-gnats-submit@FreeBSD.org, kargl@troutmask.apl.washington.edu Cc: Subject: Re: docs/3257: make cleandepend broken Date: Sat, 12 Apr 1997 03:35:44 +1000 >>Description: > >cd /usr/src >make cleandepend > >===> share/doc/usd/30.rogue >make: don't know how to make cleandepend. Stop >*** Error code 2 It's more games breakage. The Makefile uses the correct test for /usr/src/games, but if this directory doesn't exist, then it uses a deficient set of private rules instead of including bsd.doc.mk. There is no rule for at least `cleandepend'. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704111740.KAA05381>