Module Name: othersrc
Committed By: pooka
Date: Wed Feb 9 16:59:27 UTC 2011
Modified Files:
othersrc: Makefile.fsu
Log Message:
duh, revert previous. they were already there
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 othersrc/Makefile.fsu:1.6
--- othersrc/Makefile.fsu:1.5 Wed Feb 9 16:38:16 2011
+++ othersrc/Makefile.fsu Wed Feb 9 16:59:27 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.fsu,v 1.5 2011/02/09 16:38:16 pooka Exp $
+# $NetBSD: Makefile.fsu,v 1.6 2011/02/09 16:59:27 pooka Exp $
#
.include "../../Makefile.gen"
@@ -25,15 +25,6 @@
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"