aboutsummaryrefslogtreecommitdiff
path: root/share/doc/papers/nqnfs/Makefile
blob: 37530faa77f6f3100166a74e6edc5c4bd8c67d01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 4/20/94

DIR=	papers/nqnfs
SRCS=	nqnfs.me
MACROS=	-me

paper.ps: ${SRCS}
	${PIC} ${SRCS} | ${TBL} | ${ROFF} > ${.TARGET}

.include <bsd.doc.mk>