1995-01-11 03:24:33 +00:00
|
|
|
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
1997-02-22 13:06:56 +00:00
|
|
|
# $Id$
|
1995-01-11 03:24:33 +00:00
|
|
|
|
1995-01-14 19:55:40 +00:00
|
|
|
.if exists(${.CURDIR}/../../../../games)
|
1995-02-19 09:11:30 +00:00
|
|
|
VOLUME= usd/30.rogue
|
1995-01-11 03:24:33 +00:00
|
|
|
SRCS= rogue.me
|
|
|
|
MACROS= -me
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../games/rogue/USD.doc
|
|
|
|
USE_TBL= yes
|
|
|
|
|
|
|
|
.include <bsd.doc.mk>
|
1995-01-14 19:55:40 +00:00
|
|
|
.else
|
|
|
|
depend:
|
|
|
|
|
|
|
|
obj:
|
|
|
|
|
|
|
|
all:
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
1996-11-08 13:09:27 +00:00
|
|
|
distribute:
|
|
|
|
|
1995-01-14 19:55:40 +00:00
|
|
|
clean:
|
|
|
|
|
|
|
|
cleandir:
|
|
|
|
|
|
|
|
.endif
|