summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f7d78b1..0e55577e 100644
--- a/Makefile
+++ b/Makefile
@@ -1579,6 +1579,8 @@ install: $(LIB)
cd rtemsbsd/include ; for i in `find . -type d` ; do \
install -d $(INCLUDE_DIR)/$$i ; \
install -m 644 $$i/*.h $(INCLUDE_DIR)/$$i ; done
+ install -d $(INCLUDE_DIR)/mghttpd
+ install -m 644 rtemsbsd/mghttpd/mongoose.h $(INCLUDE_DIR)/mghttpd
cd freebsd/include ; for i in `find . -type d` ; do \
install -d $(INCLUDE_DIR)/$$i ; \
install -m 644 $$i/*.h $(INCLUDE_DIR)/$$i ; done