1#
2# Copyright (c) 1984 The Regents of the University of California.
3# All rights reserved.
4#
5# %sccs.include.redist.sh
6#
7#	@(#)Makefile	1.4 (Berkeley) 11/08/90
8#
9
10DIR=	papers/kerntune
11SRCS=	0.t 1.t 2.t 3.t 4.t
12MACROS=	-ms
13
14paper.${PRINTER}: ${SRCS}
15	${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${EQN} | ${ROFF} > ${.TARGET}
16
17.include <bsd.doc.mk>
18