Fix LDADD.t_compat

This unbreaks the build.
This commit is contained in:
ozaki-r 2014-12-08 07:34:31 +00:00
parent a25d53f107
commit ba54e088ff
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2014/12/08 04:23:03 ozaki-r Exp $
# $NetBSD: Makefile,v 1.4 2014/12/08 07:34:31 ozaki-r Exp $
#
.include <bsd.own.mk>
@ -12,7 +12,7 @@ PROGS= ifconf
MAN.ifconf= # empty
BINDIR.ifconf= ${TESTSDIR}
LDADD.t_compat= -lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrump
LDADD.t_compat= -lrumpuser -lrump -lpthread
LDADD.t_compat= -lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrump
LDADD.t_compat+= -lrumpuser -lrump -lpthread
.include <bsd.test.mk>