Home | History | Annotate | Line # | Download | only in inetd
      1 # $NetBSD: Makefile,v 1.3 2026/05/17 00:39:45 riastradh Exp $
      2 
      3 WARNS=6
      4 .include <bsd.own.mk>
      5 
      6 TESTSDIR=${TESTSBASE}/usr.sbin/inetd
      7 
      8 TESTS_C += t_inetd
      9 TESTS_SH += t_accept_max
     10 
     11 #inetd service, supports dgram and stream via args
     12 MKMAN = no
     13 PROGS += test_server
     14 BINDIR=${TESTSDIR}
     15 
     16 #Other files that should be copied to /usr/tests
     17 FILESDIR=${TESTSDIR}
     18 FILES=test_server inetd_ratelimit.conf
     19 
     20 .include <bsd.test.mk>
     21