NetBSD/share/doc/usd/33.rogue/Makefile

14 lines
271 B
Makefile

# from: @(#)Makefile 6.3 (Berkeley) 6/30/90
# $Id: Makefile,v 1.4 1993/07/31 15:29:41 mycroft Exp $
DIR= usd/33.rogue
DOC= 33.rogue
SRCS= rogue.me
MACROS= -me
.include <bsd.doc.mk>
${DOC}.${PRINTER}: ${SRCS}
( cd ${.CURDIR} ; ${TBL} ${SRCS} ) | ${ROFF} > ${.TARGET}