freebsd-dev/share/doc/papers/kernmalloc/Makefile

19 lines
309 B
Makefile
Raw Normal View History

# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-30 19:09:18 +00:00
VOLUME= papers
DOC= kernmalloc
SRCS= kernmalloc.t appendix.ms
EXTRA= alloc.fig usage.tbl
MACROS= -ms
USE_EQN=
USE_PIC=
USE_SOELIM=
USE_TBL=
CLEANFILES= appendix.ms
1994-05-30 19:09:18 +00:00
appendix.ms: appendix.t
${GRIND} < ${.ALLSRC} > ${.TARGET}
1994-05-30 19:09:18 +00:00
.include <bsd.doc.mk>