put librumpvfs_nofifofs after librumpvfs for the benefit of sun2

This commit is contained in:
christos 2020-05-17 18:25:11 +00:00
parent c28f10c162
commit ab0d77c491
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.7 2020/05/15 23:32:28 christos Exp $
# $NetBSD: Makefile.inc,v 1.8 2020/05/17 18:25:11 christos Exp $
WARNS ?= 4
CWARNFLAGS+= -Wno-missing-noreturn
TOOLSSRCDIR:= ${.PARSEDIR}
@ -8,5 +8,5 @@ LIBRUMPFIFO = -lrumpvfs_fifofs -lrumpnet_local -lrumpnet_net -lrumpnet
.else
LIBRUMPFIFO = -lrumpvfs_nofifofs
.endif
LIBRUMPBASE = -lrumpvfs -lrump ${LIBRUMPFIFO} -lrumpvfs -lrumpuser -lrump -lpthread
LIBRUMPBASE = -lrumpvfs -lrump -lrumpvfs ${LIBRUMPFIFO} -lrumpuser -lrump -lpthread