freebsd-dev/share/doc/usd/31.trek/Makefile
Jordan K. Hubbard f602872b85 Merge from 2_1_0
1996-11-08 13:27:00 +00:00

28 lines
345 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $Id: Makefile,v 1.2 1995/01/14 19:56:16 jkh Exp $
.if exists(${.CURDIR}/../../../../games)
VOLUME= usd/31.trek
SRCS= trek.me
MACROS= -me
SRCDIR= ${.CURDIR}/../../../../games/trek/USD.doc
USE_TBL= yes
.include <bsd.doc.mk>
.else
depend:
obj:
all:
install:
distribute:
clean:
cleandir:
.endif