diff --git a/commands/ftpd200/Makefile b/commands/ftpd200/Makefile index 8de5f3210..249b5a166 100644 --- a/commands/ftpd200/Makefile +++ b/commands/ftpd200/Makefile @@ -31,7 +31,7 @@ $(BINDIR)/setup.anonftp: setup.anonftp install -c -o bin $? $@ $(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 access.o: access.c ftpd.h access.h