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