15 lines
261 B
Makefile
15 lines
261 B
Makefile
# From: @(#)Makefile 1.5 (Berkeley) 6/8/93
|
|
# $Id: Makefile,v 1.2 1995/01/11 04:10:04 wollman Exp $
|
|
|
|
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>
|