# This file is in the public domain. CC_ADD = -g BUILDBINS = lb lbd OBJ_lb = getput.o lb.o lbutil.o pollloop.o timer-socket.o OBJ_lbd = backing-simple.o backing-snapshot.o getput.o lbd.o lbutil.o\ pollloop.o stdio-util.o timer-socket.o LIBS = -lsha -larc4 LIBS_lbd = -lm INSTALLMAN = lb.8 lbd.8 .MAIN: $(BUILDBINS) $(INSTALLMAN:C/\.(.)$/.cat\1/) .include