This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / share / doc / ps1 / 07.ipctut / Makefile
CommitLineData
78ed81a3 1# from: @(#)Makefile 6.5 (Berkeley) 1/2/91
2# Makefile,v 1.5 1993/07/31 15:33:50 mycroft Exp
15637ed4
RG
3
4DIR= ps1/07.ipctut
78ed81a3 5DOC= 07.ipctut
6
15637ed4
RG
7SRCS= tutor.me
8MACROS= -me
9EXTRA= accept.grn dgramread.c dgramsend.c gremlins pipe.c pipe.grn \
10 socketpair.c socketpair.grn strchkread.c streamread.c streamwrite.c \
11 udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
12
15637ed4 13.include <bsd.doc.mk>
78ed81a3 14
15${DOC}.${PRINTER}: ${SRCS} ${EXTRA}
16 ( cd ${.CURDIR} ; ${TBL} ${SRCS} ) | ${GREMLIN} | ${ROFF} > ${.TARGET}