summaryrefslogtreecommitdiff
path: root/share/doc/usd/02.learn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/usd/02.learn/Makefile')
-rw-r--r--share/doc/usd/02.learn/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/doc/usd/02.learn/Makefile b/share/doc/usd/02.learn/Makefile
new file mode 100644
index 00000000000..1375c5f6f8a
--- /dev/null
+++ b/share/doc/usd/02.learn/Makefile
@@ -0,0 +1,12 @@
+# $OpenBSD: Makefile,v 1.1 1998/09/20 23:11:04 ian Exp $
+# @(#) This version did not come via Berkeley, but direct from Bell Labs.
+
+DIR= usd/02.learn
+SRCS= learn.ms
+FILES= COPYRIGHT $(SRCS)
+MACROS= -ms
+
+paper.ps: ${SRCS}
+ ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+
+.include <bsd.doc.mk>