Module Name: othersrc
Committed By: pooka
Date: Wed Feb 9 16:38:16 UTC 2011
Modified Files:
othersrc: Makefile.fsu
Log Message:
link in libs which are required these days
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 othersrc/Makefile.fsu:1.5
--- othersrc/Makefile.fsu:1.4 Mon Aug 23 17:11:29 2010
+++ othersrc/Makefile.fsu Wed Feb 9 16:38:16 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.fsu,v 1.4 2010/08/23 17:11:29 stacktic Exp $
+# $NetBSD: Makefile.fsu,v 1.5 2011/02/09 16:38:16 pooka Exp $
#
.include "../../Makefile.gen"
@@ -25,6 +25,15 @@
LDADD+= -lrumpdev
.endif
+.if exists(${LIBDIR}/librumpdev_putter.so) || \
+ exists(/usr/lib/librumpdev_putter.so)
+LDADD+= -lrumpdev_putter
+.endif
+
+.if exists(${LIBDIR}/librumpdev_disk.so) || exists(/usr/lib/librumpdev_disk.so)
+LDADD+= -lrumpdev_disk -lrumpdev
+.endif
+
LDADD+= -lrump
.if ${OSNAME} == "Linux"