1# @(#)Makefile 5.1 (Berkeley) 06/30/90 2 3DIR= usd/25.trofftut 4SRCS= tt.mac tt00 tt01 tt02 tt03 tt04 tt05 tt06 tt07 tt08 tt09 tt10 \ 5 tt11 tt12 tt13 tt14 ttack ttcharset ttindex 6MACROS= -msU 7 8paper.${PRINTER}: ${SRCS} 9 ${ROFF} ${SRCS} > ${.TARGET} 10 11.include <bsd.doc.mk> 12