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