]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/doc/usd/31.trek/Makefile
This commit was generated by cvs2svn to compensate for changes in r18661,
[FreeBSD/FreeBSD.git] / share / doc / usd / 31.trek / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/8/93
2 #       $Id: Makefile,v 1.1 1995/01/11 03:24:22 wollman Exp $
3
4 .if exists(${.CURDIR}/../../../../games)
5 VOLUME= usd/31.trek
6 SRCS=   trek.me
7 MACROS= -me
8 SRCDIR= ${.CURDIR}/../../../../games/trek/USD.doc
9 USE_TBL=        yes
10
11 .include <bsd.doc.mk>
12 .else
13 depend:
14
15 obj:
16
17 all:
18
19 install:
20
21 clean:
22
23 cleandir:
24
25 .endif