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