xref: /original-bsd/share/doc/psd/03.iosys/Makefile (revision 3b6250d9)
1#	@(#)Makefile	5.2 (Berkeley) 06/30/90
2
3DIR=	ps2/05.iosys
4SRCS=	iosys
5MACROS=	-ms
6
7paper.${PRINTER}: ${SRCS}
8	${ROFF} ${SRCS} > ${.TARGET}
9
10.include <bsd.doc.mk>
11