NetBSD/tests/net/icmp/Makefile
christos 0dc8cda9a3 Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs after librump after
the latest changes.
2020-03-01 18:08:12 +00:00

20 lines
406 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/03/01 18:08:16 christos Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/net/icmp
TESTS_C= t_forward
TESTS_C+= t_ping
.for name in ping2 icmp_redirect icmp6_redirect
TESTS_SH+= t_${name}
TESTS_SH_SRC_t_${name}= ../net_common.sh t_${name}.sh
.endfor
LDADD+= -lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net -lrumpnet
LDADD+= ${LIBRUMPBASE}
.include <bsd.test.mk>