rename target paper.${PRINTER} to paper.ps -- PRINTER isnt defined anywhere!

This commit is contained in:
jmcneill 2013-02-17 12:17:40 +00:00
parent 8e859338d2
commit 8d90f8a8ba
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.4 2003/07/10 10:34:19 lukem Exp $
# $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.${PRINTER}: ${SRCS}
paper.ps: ${SRCS}
${TOOL_TBL} ${SRCS} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
.include <bsd.doc.mk>