NetBSD/tests/net/carp/Makefile
he f693807fd8 Fix static linking for the tests: -lrump is also used by -lrumpuser,
so we also need -lrump after -lrumpuser.  Fixes build for sun2.
2014-06-10 04:28:39 +00:00

14 lines
267 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/06/10 04:28:40 he Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/net/carp
TESTS_C= t_basic
LDADD+= -lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net
LDADD+= -lrumpnet -lrump -lrumpuser -lrump -lpthread
.include <bsd.test.mk>