xref: /original-bsd/share/doc/psd/21.ipc/Makefile (revision 9bffe400)
1#	@(#)Makefile	1.4 (Berkeley) 06/30/90
2
3DIR=	ps1/08.ipc
4SRCS=	0.t 1.t 2.t 3.t 4.t 5.t
5MACROS=	-ms
6
7ipc.${PRINTER}: ${SRCS}
8	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
9
10.include <bsd.doc.mk>
11