[Midnightbsd-cvs] src: Makefile: Install to /lib instead of /usr/lib.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Dec 13 17:53:26 EST 2008
Log Message:
-----------
Install to /lib instead of /usr/lib. When including bsd.own.mk, you must override this first.
Modified Files:
--------------
src/lib/libutil:
Makefile (r1.5 -> r1.6)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/lib/libutil/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L lib/libutil/Makefile -L lib/libutil/Makefile -u -r1.5 -r1.6
--- lib/libutil/Makefile
+++ lib/libutil/Makefile
@@ -2,11 +2,12 @@
# $FreeBSD: src/lib/libutil/Makefile,v 1.56.8.2 2006/01/15 17:50:35 delphij Exp $
# $MidnightBSD$
+SHLIBDIR?= /lib
+
.include <bsd.own.mk>
LIB= util
SHLIB_MAJOR= 7
-SHLIBDIR?= /lib
SRCS= _secure_path.c auth.c expand_number.c flopen.c efun.c fparseln.c \
humanize_number.c kld.c login.c \
login_auth.c login_cap.c login_class.c login_crypt.c login_ok.c \
More information about the Midnightbsd-cvs
mailing list