xref: /original-bsd/share/doc/psd/03.iosys/Makefile (revision c3e32dec)
1#	@(#)Makefile	8.1 (Berkeley) 06/08/93
2
3DIR=	psd/03.iosys
4SRCS=	iosys
5MACROS=	-ms
6
7paper.ps: ${SRCS}
8	${ROFF} ${SRCS} > ${.TARGET}
9
10.include <bsd.doc.mk>
11