blob: 37e934322496a3313f414b63bc49e3740981c1d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $Id: Makefile,v 1.6 1997/02/22 13:06:45 peter 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
all clean cleandepend cleandir depend distribute install obj:
.endif
|