Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libsa Use LIBISPRIVATE?= yes



details:   https://anonhg.NetBSD.org/src/rev/de939a8495f9
branches:  trunk
changeset: 789532:de939a8495f9
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Aug 21 08:30:50 2013 +0000

description:
Use LIBISPRIVATE?= yes

diffstat:

 sys/lib/libsa/Makefile |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (25 lines):

diff -r 001bc715e770 -r de939a8495f9 sys/lib/libsa/Makefile
--- a/sys/lib/libsa/Makefile    Wed Aug 21 08:30:18 2013 +0000
+++ b/sys/lib/libsa/Makefile    Wed Aug 21 08:30:50 2013 +0000
@@ -1,8 +1,7 @@
-#      $NetBSD: Makefile,v 1.78 2012/08/10 16:05:27 joerg Exp $
+#      $NetBSD: Makefile,v 1.79 2013/08/21 08:30:50 matt Exp $
 
 LIB=   sa
-NOPIC= # defined
-NOPROFILE=# defined
+LIBISPRIVATE?= yes
 
 SA_USE_CREAD?= no              # Read compressed kernels
 SA_INCLUDE_NET?= yes           # Netboot via TFTP, NFS
@@ -80,10 +79,6 @@
 # for historic compatibility ufs == ffsv1
 SRCS+= ufs.c
 
-# only needed during build
-libinstall::
-
-.undef DESTDIR
 .include <bsd.lib.mk>
 
 lib${LIB}.o:: ${OBJS}



Home | Main Index | Thread Index | Old Index