3b2:	3b2.patch
	patch netdate.c 3b2.patch
	make netdate

netdate:	netdate.o
	cc -O -o netdate netdate.o -lnet -lnsl_s

