summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/Makefile
blob: 8d47e55379fc15fbb197d34b1f00bac2712549bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.1 2024/10/12 22:19:37 riastradh Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/usr.bin/ftp
TESTS_SH=	t_custom_headers

SCRIPTSDIR=	${TESTSDIR}
SCRIPTS+=	custom_headers.sh

# Keep the .sh suffix because we use it to trigger cgi-bin handling in
# bozohttpd (rather silly but it's easier that way).
SCRIPTSNAME_custom_headers.sh=	custom_headers.sh

.include <bsd.test.mk>