c3990b4b85
The source files haven't been touched in ages and this is unlikely to change in the future.
15 lines
224 B
Makefile
15 lines
224 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=
|
|
|
|
.include <bsd.doc.mk>
|