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