opnsense-src/share/doc/papers/kernmalloc/Makefile

19 lines
325 B
Makefile
Raw Normal View History

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