summaryrefslogtreecommitdiffstats
path: root/share/doc/usd
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-14 19:56:16 +0000
committerjkh <jkh@FreeBSD.org>1995-01-14 19:56:16 +0000
commitd54ba64c78918461fbfbdbc988173d9d3de14b9e (patch)
treef4fe74829d0bff6f65a470993637baa4b4793774 /share/doc/usd
parenta552213e444c5fd871dcb1727f949dda5b1910cb (diff)
downloadFreeBSD-src-d54ba64c78918461fbfbdbc988173d9d3de14b9e.zip
FreeBSD-src-d54ba64c78918461fbfbdbc988173d9d3de14b9e.tar.gz
The enclosed patch fixes the Makefile contained in
share/doc/usd/{30.rogue,31.trek}: make fails if the games source tree is not present (see the mail that I have sent yesterday). This patch makes the Makefiles test if the games source tree is present. If it is not present, the Makefiles default to no operation.
Diffstat (limited to 'share/doc/usd')
-rw-r--r--share/doc/usd/31.trek/Makefile17
1 files changed, 16 insertions, 1 deletions
diff --git a/share/doc/usd/31.trek/Makefile b/share/doc/usd/31.trek/Makefile
index 991fc58..d8fe835 100644
--- a/share/doc/usd/31.trek/Makefile
+++ b/share/doc/usd/31.trek/Makefile
@@ -1,6 +1,7 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
-# $Id$
+# $Id: Makefile,v 1.1 1995/01/11 03:24:22 wollman Exp $
+.if exists(${.CURDIR}/../../../../games)
VOLUME= usd/31.trek
SRCS= trek.me
MACROS= -me
@@ -8,3 +9,17 @@ SRCDIR= ${.CURDIR}/../../../../games/trek/USD.doc
USE_TBL= yes
.include <bsd.doc.mk>
+.else
+depend:
+
+obj:
+
+all:
+
+install:
+
+clean:
+
+cleandir:
+
+.endif
OpenPOWER on IntegriCloud