Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/puffs reverse the order for sun2



details:   https://anonhg.NetBSD.org/src/rev/c2de718f4581
branches:  trunk
changeset: 932922:c2de718f4581
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 17 18:59:02 2020 +0000

description:
reverse the order for sun2

diffstat:

 usr.sbin/puffs/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 074940e01493 -r c2de718f4581 usr.sbin/puffs/Makefile.inc
--- a/usr.sbin/puffs/Makefile.inc       Sun May 17 18:52:43 2020 +0000
+++ b/usr.sbin/puffs/Makefile.inc       Sun May 17 18:59:02 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.16 2020/05/16 12:30:35 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.17 2020/05/17 18:59:02 christos Exp $
 
 WARNS?=        4
 
@@ -43,7 +43,7 @@
 LDADD+=                -lrumpdev_disk -lrumpdev
 .endif
 
-LDADD+=                -lp2k -lukfs -lrumpvfs_nofifofs -lrumpvfs -lrump -lrumpuser -lpuffs -lutil
+LDADD+=                -lp2k -lukfs -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpuffs -lutil
 LDADD+=                -lpthread
 
 DPADD+=                ${LIBP2K} ${LIBUKFS} ${LIBRUMPVFS} ${LIBRUMP} ${LIBRUMPUSER}



Home | Main Index | Thread Index | Old Index