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/examples/dhcpd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/dhcpd') diff --git a/apps/examples/dhcpd/Makefile b/apps/examples/dhcpd/Makefile index 7526408b0..462abff36 100644 --- a/apps/examples/dhcpd/Makefile +++ b/apps/examples/dhcpd/Makefile @@ -90,6 +90,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS) install: $(INSTALL_DIR)/$(PROGNAME) +#else install: endif -- cgit v1.2.3