summaryrefslogtreecommitdiffstats
path: root/rogue/USD.doc/Makefile
blob: 778e98f5f515c07177bc3cc750f4ecc52e8faf95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.3 2003/01/05 12:34:26 pooka Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/8/93

DIR=	usd/30.rogue
SRCS=	rogue.me
MACROS=	-me

paper.${PRINTER}: ${SRCS}
	${TBL} ${SRCS} | ${ROFF} ${MACROS} > ${.TARGET}

.include <bsd.doc.mk>