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