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