mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
14 lines
206 B
Makefile
14 lines
206 B
Makefile
# From: @(#)Makefile 1.5 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
VOLUME= papers
|
|
DOC= kerntune
|
|
SRCS= 0.t 1.t 2.t 3.t 4.t
|
|
EXTRA= fig2.pic
|
|
MACROS= -ms
|
|
USE_EQN=
|
|
USE_PIC=
|
|
USE_SOELIM=
|
|
USE_TBL=
|
|
|
|
.include <bsd.doc.mk>
|