Sun Sep 1 10:40:00 2019 UTC ()
Pull up following revision(s) (requested by gson in ticket #124):

	share/mk/bsd.own.mk: revision 1.1150

Don't install PIC libraries by default because they are too big since they
contain debug symbols. I supplied a patch in PR/54449 to remove the debugging
symbols but folks preferred to not install them at all.


(martin)
diff -r1.1149 -r1.1149.2.1 src/share/mk/bsd.own.mk

cvs diff -r1.1149 -r1.1149.2.1 src/share/mk/bsd.own.mk (expand / switch to context diff)
--- src/share/mk/bsd.own.mk 2019/07/24 09:28:29 1.1149
+++ src/share/mk/bsd.own.mk 2019/09/01 10:40:00 1.1149.2.1
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1149 2019/07/24 09:28:29 roy Exp $
+#	$NetBSD: bsd.own.mk,v 1.1149.2.1 2019/09/01 10:40:00 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1070,7 +1070,7 @@
 	MKNPF \
 	MKOBJ \
 	MKPAM MKPERFUSE \
-	MKPF MKPIC MKPICINSTALL MKPICLIB MKPOSTFIX MKPROFILE \
+	MKPF MKPIC MKPICLIB MKPOSTFIX MKPROFILE \
 	MKRUMP \
 	MKSHARE MKSKEY MKSTATICLIB \
 	MKUNBOUND \
@@ -1186,7 +1186,7 @@
 	MKMANZ MKMCLINKER \
 	MKNOUVEAUFIRMWARE MKNSD \
 	MKOBJDIRS \
-	MKPCC MKPIGZGZIP \
+	MKPCC MKPICINSTALL MKPIGZGZIP \
 	MKRADEONFIRMWARE MKREPRO \
 	MKSLJIT MKSOFTFLOAT MKSTRIPIDENT \
 	MKTEGRAFIRMWARE MKTPM \