xref: /freebsd/share/doc/psd/20.ipctut/Makefile (revision 7f3dea244c40159a41ab22da77a434d7c5b5e85a)
1b7a1a0a5SGarrett Wollman#	From: @(#)Makefile	8.1 (Berkeley) 8/14/93
27f3dea24SPeter Wemm# $FreeBSD$
3afe61c15SRodney W. Grimes
4b7a1a0a5SGarrett WollmanVOLUME=	psd/20.ipctut
5afe61c15SRodney W. GrimesSRCS=	tutor.me
6afe61c15SRodney W. GrimesMACROS=	-me
7afe61c15SRodney W. GrimesEXTRA=	dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \
8afe61c15SRodney W. Grimes	socketpair.c strchkread.c streamread.c streamwrite.c \
9afe61c15SRodney W. Grimes	udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
10afe61c15SRodney W. Grimes
11b7a1a0a5SGarrett WollmanUSE_SOELIM=	yes
12b7a1a0a5SGarrett WollmanUSE_PIC=	yes
13b7a1a0a5SGarrett WollmanUSE_TBL=	yes
14afe61c15SRodney W. Grimes
15afe61c15SRodney W. Grimes.include <bsd.doc.mk>
16