mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 06:05:19 -04:00
16 lines
397 B
Makefile
16 lines
397 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/07/05 19:23:00 dholland Exp $
|
|
#
|
|
# @(#)Makefile 8.1 (Berkeley) 8/14/93
|
|
|
|
SECTION=reference/ref3
|
|
ARTICLE=sockets
|
|
SRCS= tutor.me
|
|
DEPSRCS=dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \
|
|
socketpair.c strchkread.c streamread.c streamwrite.c \
|
|
udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
|
|
MACROS= -me
|
|
ROFF_PIC=yes
|
|
ROFF_TBL=yes
|
|
|
|
.include <bsd.doc.mk>
|