1 # @(#)Makefile 8.1 (Berkeley) 8/14/93 2 3 DIR= psd/20.ipctut 4 SRCS= tutor.me 5 MACROS= -me 6 EXTRA= dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \ 7 socketpair.c strchkread.c streamread.c streamwrite.c \ 8 udgramread.c udgramsend.c ustreamread.c ustreamwrite.c 9 10 paper.ps: ${SRCS} ${EXTRA} 11 ${SOELIM} -I${.CURDIR} ${.ALLSRC:M*.me} | ${PIC} | ${TBL} | ${ROFF} > ${.TARGET} 12 13 .include <bsd.doc.mk> 14