mirror of
https://github.com/opnsense/src.git
synced 2026-06-21 22:49:34 -04:00
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
8 lines
183 B
Makefile
8 lines
183 B
Makefile
|
|
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>
|