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