Bug 4347 - Makefile doesn't support cleandepend
Summary: Makefile doesn't support cleandepend
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-08-21 03:50 UTC by richterb
Modified: 2001-11-28 03:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description richterb 1997-08-21 03:50:00 UTC
/usr/src/share/doc/usd/31.trek
Makefile is missing cleandepend.
Which causes build to fail

Fix: 

Use the standard makefile like 

#       From: @(#)Makefile      8.1 (Berkeley) 6/8/93
#       $Id: Makefile,v 1.7 1997/08/16 23:40:26 steve Exp $

.if exists(${.CURDIR}/../../../../games)
VOLUME= usd/30.rogue
SRCS=   rogue.me
MACROS= -me
SRCDIR= ${.CURDIR}/../../../../games/rogue/USD.doc
USE_TBL=        yes

.include <bsd.doc.mk>
.else
all clean cleandepend cleandir depend distribute install obj:
.endif
How-To-Repeat: 
make cleandepend
Comment 1 Wolfram Schneider freebsd_committer freebsd_triage 1997-09-13 18:49:36 UTC
State Changed
From-To: open->closed

Fixed. Thanks! 
src/share/doc/usd/31.trek/Makefile,v revision: 1.6