12 lines
248 B
Makefile
12 lines
248 B
Makefile
|
# $NetBSD: Makefile,v 1.5 2013/02/17 12:17:40 jmcneill Exp $
|
||
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||
|
|
||
|
DIR= usd/30.rogue
|
||
|
SRCS= rogue.me
|
||
|
MACROS= -me
|
||
|
|
||
|
paper.ps: ${SRCS}
|
||
|
${TOOL_TBL} ${SRCS} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
|
||
|
|
||
|
.include <bsd.doc.mk>
|