View | Details | Raw Unified
Collapse All | Expand All

(-) src/logfile/Makefile.orig (-1 / +1 lines)
 Lines 34-40    Link Here 
all: logfile.o
all: logfile.o
install:
install:
	$(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -d $(LOGDIR)
	$(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -d $(DESTDIR)$(LOGDIR)
clean:
clean:
	$(RM) *.o
	$(RM) *.o