mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
13 lines
212 B
Makefile
13 lines
212 B
Makefile
# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
|
|
|
|
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>
|