Searched refs:FTPD (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/opie/
H A DMakefile.in37 # Quote MISSING or lose. Update TEST target for FTPD
55 # Changed FTPDIR and FTPDNAME to FTPD to help autoconf.
109 FTPD=@FTPD@
220 @if test ! -z $(FTPD); \
222 if test ! $(EXISTS) $(FTPD).$(BACKUP); \
224 echo "Renaming existing $(FTPD) to $(FTPD).$(BACKUP)"; \
225 mv $(FTPD) $(FTPD)
[all...]
H A Dconfigure1356 case "$FTPD" in
1358 ac_cv_path_FTPD="$FTPD" # Let the user override the test with a path.
1361 ac_cv_path_FTPD="$FTPD" # Let the user override the test with a dos path.
1377 FTPD="$ac_cv_path_FTPD"
1378 if test -n "$FTPD"; then
1379 echo "$ac_t""$FTPD" 1>&6
1420 if test -z "$FTPD"
1424 FTPD="$INFTPD"
5026 s%@FTPD@%$FTPD
[all...]

Completed in 60 milliseconds