mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
10 lines
238 B
Makefile
10 lines
238 B
Makefile
# From: @(#)Makefile 6.3 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
VOLUME= papers
|
|
DOC= malloc
|
|
SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms \
|
|
performance.ms implementation.ms conclusion.ms
|
|
MACROS= -ms
|
|
|
|
.include <bsd.doc.mk>
|