Install ftpd sh executable.
This commit is contained in:
parent
fa76dcb8c1
commit
ceb6a62f6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue