Module Name: othersrc
Committed By: pooka
Date: Tue Apr 14 23:20:48 UTC 2009
Modified Files:
othersrc/lib/libfsu_mount: Makefile
Log Message:
LIBDIR gets set to /usr/lib if it is not defined before including
bsd.own.mk. Workaround problem.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 othersrc/lib/libfsu_mount/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/lib/libfsu_mount/Makefile
diff -u othersrc/lib/libfsu_mount/Makefile:1.4 othersrc/lib/libfsu_mount/Makefile:1.5
--- othersrc/lib/libfsu_mount/Makefile:1.4 Thu Apr 9 10:37:04 2009
+++ othersrc/lib/libfsu_mount/Makefile Tue Apr 14 23:20:48 2009
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2009/04/09 10:37:04 pooka Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/14 23:20:48 pooka Exp $
#
+# XXX: LIBDIR needs to be set before including bsd.own.mk
+LIBDIR?= /usr/local/lib
+
.include <bsd.own.mk>
WARNS?= 4