xref: /netbsd-src/tests/usr.sbin/inetd/Makefile (revision 4b4138ec28602f79e4f964949175cc148cb9413b)
1*4b4138ecSchristos# $NetBSD: Makefile,v 1.2 2021/09/01 06:12:50 christos Exp $
225573806Schristos
3*4b4138ecSchristosWARNS=6
425573806Schristos.include <bsd.own.mk>
525573806Schristos
625573806SchristosTESTSDIR=${TESTSBASE}/usr.sbin/inetd
725573806Schristos
825573806SchristosTESTS_C += t_inetd
925573806Schristos
1025573806Schristos#inetd service, supports dgram and stream via args
1125573806SchristosMKMAN = no
1225573806SchristosPROGS += test_server
1325573806SchristosBINDIR=${TESTSDIR}
1425573806Schristos
1525573806Schristos#Other files that should be copied to /usr/tests
1625573806SchristosFILESDIR=${TESTSDIR}
1725573806SchristosFILES=test_server inetd_ratelimit.conf
1825573806Schristos
1925573806Schristos.include <bsd.test.mk>
20