summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2013-08-21 08:30:50 +0000
committermatt <matt@NetBSD.org>2013-08-21 08:30:50 +0000
commit8b4fee79c6139ddf1a63f755d61a3356ffe83ba9 (patch)
tree7725b1896a66a18470ed52d4819236428f248144 /sys/lib/libsa
parentd838ef6b12b30b5fa63de034aad18296be0fd9fa (diff)
Use LIBISPRIVATE?= yes
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r--sys/lib/libsa/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile
index 4e0e27b162f..e9ef6f408e1 100644
--- a/sys/lib/libsa/Makefile
+++ b/sys/lib/libsa/Makefile
@@ -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 @@ SRCS+= fnmatch.c
# for historic compatibility ufs == ffsv1
SRCS+= ufs.c
-# only needed during build
-libinstall::
-
-.undef DESTDIR
.include <bsd.lib.mk>
lib${LIB}.o:: ${OBJS}