all:  poststring poststringwb    
              
poststring:poststring.o 
poststring.o:poststring.c
	cc -DSOL -DSVR4 -lnsl -lsocket poststring.c util.c -o poststring

poststringwb:poststringwb.o 
poststringwb.o:poststringwb.c
	cc -DSOL -DSVR4 -lnsl -lsocket poststringwb.c util.c -o poststringwb

util:util.o
util.o:util.c
	cc -DSOL -DSRV4 -lnsl -lsockt util.c

