Home | History | Annotate | Line # | Download | only in 20.ipctut
      1 #	$NetBSD: Makefile,v 1.8 2014/07/05 19:23:00 dholland Exp $
      2 #
      3 #	@(#)Makefile	8.1 (Berkeley) 8/14/93
      4 
      5 SECTION=reference/ref3
      6 ARTICLE=sockets
      7 SRCS=	tutor.me
      8 DEPSRCS=dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \
      9 	socketpair.c strchkread.c streamread.c streamwrite.c \
     10 	udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
     11 MACROS=	-me
     12 ROFF_PIC=yes
     13 ROFF_TBL=yes
     14 
     15 .include <bsd.doc.mk>
     16