1 # $NetBSD: Makefile,v 1.3 1998/01/09 08:11:52 perry Exp $ 2 # 3 # @(#)Makefile 8.2 (Berkeley) 5/11/94 4 5 DIR= smm/12.timed 6 SRCS= timed.ms 7 MACROS= -ms 8 9 paper.ps: ${SRCS} 10 ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET} 11 12 .include <bsd.doc.mk> 13