1Run ftpd regression tests. The framework runs a client and an ftpd. 2 3SUDO=doas 4As ftpd needs root privileges, either run the tests as root or set 5this variable and run make as a regular user. Only the code that 6requires it is run as root. 7 8KTRACE=ktrace 9Set this variable if you want a ktrace output from ftpd. Note that 10ktrace is invoked after SUDO as SUDO would disable it. 11 12FTPD=/usr/libexec/ftpd 13Start an alternative ftpd program that is not in the path. 14 15Requirements: 16 17The test needs the port net/ucspi-tcp and the user "ftp" for anonymous 18logins. 19