mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
18 lines
309 B
Makefile
18 lines
309 B
Makefile
# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
appendix.ms: appendix.t
|
|
${GRIND} < ${.ALLSRC} > ${.TARGET}
|
|
|
|
.include <bsd.doc.mk>
|