1# $MirOS: src/share/doc/psd/08.f77/Makefile,v 1.1.7.1 2005/03/06 16:17:44 tg Exp $ 2# @(#)Makefile 5.2 (Berkeley) 6/30/90 3 4DIR= psd/08.f77 5SRCS= f77.ms 6MACROS= -msU 7 8paper.ps: ${SRCS} 9 ${TBL} ${SRCS} | ${EQN} | ${ROFF} >${.TARGET} 10 11.include <bsd.doc.mk> 12