1 1.1 riastrad # $NetBSD: Makefile,v 1.1 2024/10/12 22:19:37 riastradh Exp $ 2 1.1 riastrad 3 1.1 riastrad .include <bsd.own.mk> 4 1.1 riastrad 5 1.1 riastrad TESTSDIR= ${TESTSBASE}/usr.bin/ftp 6 1.1 riastrad TESTS_SH= t_custom_headers 7 1.1 riastrad 8 1.1 riastrad SCRIPTSDIR= ${TESTSDIR} 9 1.1 riastrad SCRIPTS+= custom_headers.sh 10 1.1 riastrad 11 1.1 riastrad # Keep the .sh suffix because we use it to trigger cgi-bin handling in 12 1.1 riastrad # bozohttpd (rather silly but it's easier that way). 13 1.1 riastrad SCRIPTSNAME_custom_headers.sh= custom_headers.sh 14 1.1 riastrad 15 1.1 riastrad .include <bsd.test.mk> 16