Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2024/10/12 22:19:37 riastradh Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/usr.bin/ftp
6TESTS_SH=	t_custom_headers
7
8SCRIPTSDIR=	${TESTSDIR}
9SCRIPTS+=	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).
13SCRIPTSNAME_custom_headers.sh=	custom_headers.sh
14
15.include <bsd.test.mk>
16