Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2021/08/29 09:54:18 christos Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=${TESTSBASE}/usr.sbin/inetd
6
7TESTS_C += t_inetd
8
9#inetd service, supports dgram and stream via args
10MKMAN = no
11PROGS += test_server
12BINDIR=${TESTSDIR}
13
14#Other files that should be copied to /usr/tests
15FILESDIR=${TESTSDIR}
16FILES=test_server inetd_ratelimit.conf
17
18.include <bsd.test.mk>
19