mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
13 lines
256 B
Makefile
13 lines
256 B
Makefile
# From: @(#)Makefile 6.3 (Berkeley) 6/8/93
|
|
# $Id$
|
|
|
|
VOLUME= papers
|
|
DOC= malloc
|
|
SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms
|
|
SRCS+= performance.ms implementation.ms conclusion.ms
|
|
MACROS= -ms
|
|
|
|
edit:
|
|
vi ${SRCS}
|
|
|
|
.include <bsd.doc.mk>
|