Module Name: othersrc
Committed By: stacktic
Date: Mon Aug 23 17:11:29 UTC 2010
Modified Files:
othersrc: Makefile.fsu
Log Message:
Added rumpdev, rumpdev_putter and rumpdev_disk to LDADD for fs-utils binaries
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/Makefile.fsu
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/Makefile.fsu
diff -u othersrc/Makefile.fsu:1.3 othersrc/Makefile.fsu:1.4
--- othersrc/Makefile.fsu:1.3 Thu Nov 5 14:39:14 2009
+++ othersrc/Makefile.fsu Mon Aug 23 17:11:29 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.fsu,v 1.3 2009/11/05 14:39:14 stacktic Exp $
+# $NetBSD: Makefile.fsu,v 1.4 2010/08/23 17:11:29 stacktic Exp $
#
.include "../../Makefile.gen"
@@ -15,6 +15,15 @@
.if exists(${LIBDIR}/librumpvfs.so) || exists(/usr/lib/librumpvfs.so)
LDADD+= -lrumpvfs
.endif
+.if exists(${LIBDIR}/librumpvdev_disk.so) || exists(/usr/lib/librumpdev_disk.so)
+LDADD+= -lrumpdev_disk
+.endif
+.if exists(${LIBDIR}/librumpdev_putter.so) || exists(/usr/lib/librumpdev_putter.so)
+LDADD+= -lrumpdev_putter
+.endif
+.if exists(${LIBDIR}/librumpdev.so) || exists(/usr/lib/librumpdev.so)
+LDADD+= -lrumpdev
+.endif
LDADD+= -lrump