mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
14 lines
269 B
Makefile
14 lines
269 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/07/10 10:34:27 lukem Exp $
|
|
#
|
|
# @(#)Makefile 8.1 (Berkeley) 4/20/94
|
|
|
|
DIR= papers/nqnfs
|
|
SRCS= nqnfs.me
|
|
MACROS= -me
|
|
|
|
paper.ps: ${SRCS}
|
|
${TOOL_PIC} ${SRCS} | ${TOOL_TBL} | \
|
|
${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
|
|
|
|
.include <bsd.doc.mk>
|