PR/52812: scole_mail: src/tests/kernel/t_timeleft.c doesn't compile with MKRUMP=no

It needs libpthread regardless MKRUMP..
This commit is contained in:
christos 2017-12-12 18:19:45 +00:00
parent b2e12d0489
commit 3fd3ffc3a1
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.50 2017/12/10 15:37:54 christos Exp $
# $NetBSD: Makefile,v 1.51 2017/12/12 18:19:45 christos Exp $
NOMAN= # defined
@ -46,10 +46,11 @@ LDADD.t_extattrctl+= -lrump -lpthread
LDADD.t_filedesc+= ${LDADD.t_rnd}
LDADD.t_rnd+= -lrumpvfs -lrumpdev_rnd -lrumpdev -lrump -lrumpuser
LDADD.t_rnd+= -lrump -lpthread
LDADD.t_timeleft+= -lpthread
.endif
LDADD.t_timeleft+= -lpthread
CPPFLAGS+= -D_KERNTYPES
.PATH: ${NETBSDSRCDIR}/sys/kern