summaryrefslogtreecommitdiff
path: root/share/doc/papers/kernmalloc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/papers/kernmalloc/Makefile')
-rw-r--r--share/doc/papers/kernmalloc/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/share/doc/papers/kernmalloc/Makefile b/share/doc/papers/kernmalloc/Makefile
deleted file mode 100644
index 5148ba417f0..00000000000
--- a/share/doc/papers/kernmalloc/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $OpenBSD: Makefile,v 1.3 2004/02/01 14:22:44 jmc Exp $
-
-
-DIR= papers/kernmalloc
-SRCS= kernmalloc.t appendix.t
-MACROS= -ms
-
-paper.ps: ${SRCS} alloc.fig usage.tbl
- ${SOELIM} ${SRCS} | ${TBL} | ${PIC} | ${EQN} | ${GRIND} | \
- ${ROFF} > ${.TARGET}
-
-paper.txt: ${SRCS} alloc.fig usage.tbl
- ${SOELIM} ${SRCS} | ${TBL} | ${PIC} | ${EQN} | ${GRIND} | \
- ${ROFF} -Tascii > ${.TARGET}
-
-.include <bsd.doc.mk>