aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4/PSD.doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/m4/PSD.doc/Makefile')
-rw-r--r--usr.bin/m4/PSD.doc/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/m4/PSD.doc/Makefile b/usr.bin/m4/PSD.doc/Makefile
new file mode 100644
index 0000000..12bff06
--- /dev/null
+++ b/usr.bin/m4/PSD.doc/Makefile
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile,v 1.4 2004/02/01 14:43:10 jmc Exp $
+
+
+DIR= psd/17.m4
+SRCS= m4.ms
+MACROS= -ms
+
+paper.txt: ${SRCS}
+ ${ROFF} -Tascii ${SRCS} > ${.TARGET}
+
+.include <bsd.doc.mk>