11 lines
183 B
Makefile
11 lines
183 B
Makefile
|
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||
|
# $Id$
|
||
|
|
||
|
VOLUME= usd/31.trek
|
||
|
SRCS= trek.me
|
||
|
MACROS= -me
|
||
|
SRCDIR= ${.CURDIR}/../../../../games/trek/USD.doc
|
||
|
USE_TBL= yes
|
||
|
|
||
|
.include <bsd.doc.mk>
|