From 59d85ec1674ab8c3043d01d95b77e50ebe73f721 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 10:51:18 -0600 Subject: Add missing else from last big change --- apps/netutils/thttpd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/netutils') diff --git a/apps/netutils/thttpd/Makefile b/apps/netutils/thttpd/Makefile index c9d952000..4d2312b2e 100644 --- a/apps/netutils/thttpd/Makefile +++ b/apps/netutils/thttpd/Makefile @@ -120,6 +120,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS) install: $(INSTALL_DIR)/$(PROGNAME) +#else install: endif -- cgit v1.2.3