1*60162Sbostic# @(#)Makefile 5.1 (Berkeley) 05/20/93 2*60162Sbostic 3*60162SbosticDIR= papers/nfs 4*60162SbosticSRCS= nfs-notes.me 5*60162SbosticMACROS= -me 6*60162Sbostic 7*60162Sbosticpaper.${PRINTER}: ${SRCS} 8*60162Sbostic ${TBL} ${SRCS} | ${ROFF} > ${.TARGET} 9*60162Sbostic.include <bsd.doc.mk> 10