]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - rogue/USD.doc/Makefile
mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)
[bsdgames-darwin.git] / rogue / USD.doc / Makefile
1 # $NetBSD: Makefile,v 1.2 1995/04/22 10:28:47 cgd Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/8/93
3
4 DIR= usd/30.rogue
5 SRCS= rogue.me
6 MACROS= -me
7
8 paper.${PRINTER}: ${SRCS}
9 ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
10
11 .include <bsd.doc.mk>