blob: 1e1bcf3f720a3b4d24fb0d068eb1e42eae1101a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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_SOELIM= yes
USE_PIC= yes
USE_TBL= yes
USE_EQN= yes
.include <bsd.doc.mk>
|