summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index b85f402..90a2b2a 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -38,4 +38,12 @@ httperr.h: http.errors
@echo " { -1, FETCH_UNKNOWN, \"Unknown HTTP error\" }" >> ${.TARGET}
@echo "};" >> ${.TARGET}
+.for MP in fetchFreeURL fetchGet fetchGetFTP fetchGetFile fetchGetHTTP \
+fetchGetURL fetchList fetchListFTP fetchListFile fetchListHTTP fetchListURL \
+fetchMakeURL fetchParseURL fetchPut fetchPutFTP fetchPutFile fetchPutHTTP \
+fetchPutURL fetchStat fetchStatFTP fetchStatFile fetchStatHTTP fetchStatURL \
+fetchXGet fetchXGetFTP fetchXGetFile fetchXGetHTTP fetchXGetURL
+MLINKS+= fetch.3 ${MP}.3
+.endfor
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud