xref: /original-bsd/old/adb/SMM.doc/Makefile (revision e59fb703)
1#	@(#)Makefile	6.2 (Berkeley) 06/30/90
2
3DIR=	smm/03.kdebug
4SRCS=	kdebug.ms
5MACROS=	-msU
6
7paper.${PRINTER}: ${SRCS}
8	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
9
10.include <bsd.doc.mk>
11