summaryrefslogtreecommitdiff
path: root/share/doc/papers/fsinterface/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/papers/fsinterface/Makefile')
-rw-r--r--share/doc/papers/fsinterface/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/doc/papers/fsinterface/Makefile b/share/doc/papers/fsinterface/Makefile
index 03e8a524f7d..bdcbfdc7755 100644
--- a/share/doc/papers/fsinterface/Makefile
+++ b/share/doc/papers/fsinterface/Makefile
@@ -1,8 +1,11 @@
-# $OpenBSD: Makefile,v 1.2 2001/02/03 08:14:57 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2004/02/01 14:22:44 jmc Exp $
DIR= papers/fsinterface
SRCS= fsinterface.ms
MACROS= -ms
+paper.txt: ${SRCS}
+ ${ROFF} -Tascii ${SRCS} > ${.TARGET}
+
.include <bsd.doc.mk>