summaryrefslogtreecommitdiff
path: root/apps/netutils/ntpclient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/ntpclient/Makefile')
-rwxr-xr-xapps/netutils/ntpclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/netutils/ntpclient/Makefile b/apps/netutils/ntpclient/Makefile
index e3d0f5075..cbde46060 100755
--- a/apps/netutils/ntpclient/Makefile
+++ b/apps/netutils/ntpclient/Makefile
@@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs
# NTP client daemon Library
ASRCS =
-CSRCS =
+CSRCS =
ifeq ($(CONFIG_NET_UDP),y)
CSRCS += ntpclient.c
@@ -66,7 +66,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: context depend clean distclean