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