summaryrefslogtreecommitdiffstats
path: root/trek/USD.doc/Makefile
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-04-22 10:40:47 +0000
committercgd <cgd@NetBSD.org>1995-04-22 10:40:47 +0000
commit7b3695fe926941c32773bb17c54c444ad4186057 (patch)
tree9c9b0b3e5b282689379e490aa45db06af24933e8 /trek/USD.doc/Makefile
parente05192c777ae9a285d9681d4284a44502080945d (diff)
downloadbsdgames-darwin-7b3695fe926941c32773bb17c54c444ad4186057.tar.gz
bsdgames-darwin-7b3695fe926941c32773bb17c54c444ad4186057.tar.zst
bsdgames-darwin-7b3695fe926941c32773bb17c54c444ad4186057.zip
src/games/trek from Lite
Diffstat (limited to 'trek/USD.doc/Makefile')
-rw-r--r--trek/USD.doc/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/trek/USD.doc/Makefile b/trek/USD.doc/Makefile
new file mode 100644
index 00000000..342141c7
--- /dev/null
+++ b/trek/USD.doc/Makefile
@@ -0,0 +1,10 @@
+# @(#)Makefile 8.1 (Berkeley) 6/8/93
+
+DIR= usd/31.trek
+SRCS= trek.me
+MACROS= -me
+
+paper.ps: ${SRCS}
+ ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+
+.include <bsd.doc.mk>