mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
The source files haven't been touched in ages and this is unlikely to change in the future.
12 lines
209 B
Makefile
12 lines
209 B
Makefile
# From: @(#)Makefile 1.6 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
VOLUME= papers
|
|
DOC= sysperf
|
|
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t appendix.ms
|
|
EXTRA= a1.t a2.t
|
|
MACROS= -ms
|
|
USE_EQN=
|
|
USE_TBL=
|
|
|
|
.include <bsd.doc.mk>
|