summaryrefslogtreecommitdiffstats
path: root/rogue/USD.doc/Makefile
blob: 359407d9e295b54b9da656994f1b26ac4fe536c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.2 1995/04/22 10:28:47 cgd Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/8/93

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

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

.include <bsd.doc.mk>