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