Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
a5e4f076e277728284b8af92d4f1317e7653c9db
Add a Makefile for the pkg-plugin-serve plugin for building mongoose and the plugin itself
Marin Atanasov Nikolov
committed
13 years ago
commit a5e4f076e277728284b8af92d4f1317e7653c9db
parent
822ceb8b043e2b8c0606df5d3ac8c4b67187368a
1 file changed
+4
-0
added
plugins/pkg-plugins-serve/Makefile
@@ -0,0 +1,4 @@
+
SUBDIR= mongoose \
+
plugin
+
+
.include <bsd.subdir.mk>