mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
11 lines
234 B
Makefile
11 lines
234 B
Makefile
# From: @(#)Makefile 6.3 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
VOLUME= papers
|
|
DOC= diskperf
|
|
SRCS= abs.ms motivation.ms equip.ms methodology.ms tests.ms results.ms \
|
|
conclusions.ms appendix.ms
|
|
MACROS= -ms
|
|
USE_TBL= yes
|
|
|
|
.include <bsd.doc.mk>
|