freebsd-dev/share/doc/usd/30.rogue/Makefile

28 lines
303 B
Makefile
Raw Normal View History

# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
1997-02-22 13:06:56 +00:00
# $Id$
.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
depend:
obj:
all:
install:
1996-11-08 13:09:27 +00:00
distribute:
clean:
cleandir:
.endif