Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add an option to avoid building the static version
Baptiste Daroussin committed 14 years ago
commit 445b9dffabe21c81352bc79e400292a54c8df09b
parent 0f898c8
1 file changed +5 -2
modified Makefile
@@ -1,6 +1,9 @@
SUBDIR=	external \
	libpkg \
-
	pkg \
-
	pkg-static
+
	pkg
+

+
.if !defined(NOSTATIC)
+
SUBDIR+=	pkg-static
+
.endif

.include <bsd.subdir.mk>