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