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.53;  author kaurikim;  state Exp;
branches 1.1.1.1;
next     ;

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


desc
@@



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

PROGS =	dump register add
OBJS = printsadbmsg.o name.o

all:	${PROGS}

dump:	dump.o ${OBJS}
		${CC} ${CFLAGS} -o $@@ $@@.o ${OBJS} ${LIBS}

register:	register.o ${OBJS}
		${CC} ${CFLAGS} -o $@@ $@@.o ${OBJS} ${LIBS}

add:	add.o ${OBJS}
	${CC} ${CFLAGS} -o $@@ $@@.o ${OBJS} ${LIBS}
@


1.1.1.1
log
@unix network programming
@
text
@@
