summaryrefslogtreecommitdiffstats
path: root/trek/USD.doc/Makefile
diff options
context:
space:
mode:
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>