Install ftpd sh executable.

This commit is contained in:
Ben Gras 2005-11-01 22:57:42 +00:00
parent fa76dcb8c1
commit ceb6a62f6d

View file

@ -31,7 +31,7 @@ $(BINDIR)/setup.anonftp: setup.anonftp
install -c -o bin $? $@ install -c -o bin $? $@
$(BINDIR)/ftpdsh: ftpdsh $(BINDIR)/ftpdsh: ftpdsh
install -c -o bin $? $@ install -m 755 -c -o bin $? $@
ftpd.o: ftpd.c ftpd.h access.h file.h net.h ftpd.o: ftpd.c ftpd.h access.h file.h net.h
access.o: access.c ftpd.h access.h access.o: access.c ftpd.h access.h