1 1.4 lukem # $NetBSD: Makefile,v 1.4 2003/07/10 10:34:27 lukem Exp $ 2 1.2 perry # 3 1.1 cgd # @(#)Makefile 8.1 (Berkeley) 4/20/94 4 1.1 cgd 5 1.1 cgd DIR= papers/nqnfs 6 1.1 cgd SRCS= nqnfs.me 7 1.1 cgd MACROS= -me 8 1.1 cgd 9 1.1 cgd paper.ps: ${SRCS} 10 1.4 lukem ${TOOL_PIC} ${SRCS} | ${TOOL_TBL} | \ 11 1.4 lukem ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET} 12 1.1 cgd 13 1.1 cgd .include <bsd.doc.mk> 14