mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 21:44:34 +01:00
14 lines
256 B
Makefile
14 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>
|