Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add an option to avoid building the static version
Baptiste Daroussin committed 14 years ago
commit 445b9dffabe21c81352bc79e400292a54c8df09b
parent 0f898c881a9d66fb136e8e22e7c39ffbbf536c37
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>