# # @(#)Makefile--Makefile for smtprelay # @(#)STS/KBS 14feb2001 # LIBS = -lsocket CFLAGS = -O3 -belf OBJECTS = \ smtprelay.o \ inet.o \ log.o smtprelay: $(OBJECTS) $(CC) $(CFLAGS) -o $@ $(OBJECTS) $(LIBS) install: smtprelay ginstall -o root -g other -m 700 smtprelay /usr/local/scanmails/bin $(OBJECTS): smtprelay.h log.o: log.h