diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-14 19:55:40 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-14 19:55:40 +0000 |
| commit | 7f272b53a04a8b5736dd03c73c7e20a03cf2f4b5 (patch) | |
| tree | ffb074f9f1941f0aa1e7ea18ddbdba0e46ea5013 | |
| parent | 314bc6245efd3b3e6aa8dcc6e3ed713b0c0fbaaf (diff) | |
Notes
| -rw-r--r-- | share/doc/usd/30.rogue/Makefile | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/share/doc/usd/30.rogue/Makefile b/share/doc/usd/30.rogue/Makefile index d3f56aa4ff3e..97e55b531002 100644 --- a/share/doc/usd/30.rogue/Makefile +++ b/share/doc/usd/30.rogue/Makefile @@ -1,6 +1,7 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $Id$ +# $Id: Makefile,v 1.1 1995/01/11 03:24:21 wollman Exp $ +.if exists(${.CURDIR}/../../../../games) DIR= usd/30.rogue SRCS= rogue.me MACROS= -me @@ -8,3 +9,17 @@ SRCDIR= ${.CURDIR}/../../../../games/rogue/USD.doc USE_TBL= yes .include <bsd.doc.mk> +.else +depend: + +obj: + +all: + +install: + +clean: + +cleandir: + +.endif |
