1# From: @(#)Makefile 1.6 (Berkeley) 6/8/93 2# $FreeBSD$ 3 4VOLUME= papers 5DOC= sysperf 6SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t appendix.tmp 7EXTRA= a1.t a2.t 8MACROS= -ms 9USE_EQN= YES 10USE_TBL= YES 11CLEANFILES= appendix.tmp 12 13appendix.tmp: a1.t a2.t 14 ${GRIND} ${.CURDIR}/a1.t | awk '/\.\(\)/{ cnt = 2 } \ 15 { if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp 16 ${GRIND} -lcsh ${.CURDIR}/a2.t | awk '/\.\(\)/{ cnt = 2 } \ 17 { if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp 18 19.include <bsd.doc.mk> 20