head     1.1;
branch   1.1.1;
access   ;
symbols  pro:1.1.1.1 start:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2008.10.01.02.27.54;  author kaurikim;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2008.10.01.02.27.54;  author kaurikim;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@include ../Make.defines

PROGS =	sock
OBJS = buffers.o cliopen.o crlf.o error.o looptcp.o loopudp.o \
	   main.o multicast.o pattern.o servopen.o sleepus.o sockopts.o \
	   sourceroute.o sourcetcp.o sourceudp.o sinktcp.o sinkudp.o \
	   tellwait.o write.o

all:	${PROGS}

${OBJS}: sock.h

sock:	${OBJS}
		${CC} ${CFLAGS} -o $@@ ${OBJS} ${LIBS}

clean:
		rm -f ${PROGS} core core.* *.o temp.* *.out typescript*
@


1.1.1.1
log
@unix network programming
@
text
@@
