blob: 072f6e13c6513cad09b7513199d51e777bb36d09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.2 2001/01/28 23:41:48 niklas Exp $
# $NetBSD: Makefile,v 1.2 1995/04/22 10:28:47 cgd Exp $
DIR= usd/30.rogue
SRCS= rogue.me
MACROS= -me
paper.${PRINTER}: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>
|