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

26 lines
335 B
Makefile
Raw Normal View History

# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $Id: Makefile,v 1.2 1995/01/14 19:55:40 jkh 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
depend:
obj:
all:
install:
clean:
cleandir:
.endif