NetBSD/share/doc/usd/16.ex/Makefile
1993-03-21 09:45:37 +00:00

15 lines
273 B
Makefile

# @(#)Makefile 6.2 (Berkeley) 6/30/90
DIR= usd/16.ex
SRCS= ex.rm
MACROS= -msU
CLEANFILES=summary.*
paper.${PRINTER}: ${SRCS} summary.${PRINTER}
${ROFF} ${SRCS} > ${.TARGET}
summary.${PRINTER}: ex.summary
${TBL} ex.summary | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>