summaryrefslogtreecommitdiffstats
path: root/customdhcpcd/src/mk/depend.mk
diff options
context:
space:
mode:
Diffstat (limited to 'customdhcpcd/src/mk/depend.mk')
-rw-r--r--customdhcpcd/src/mk/depend.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/customdhcpcd/src/mk/depend.mk b/customdhcpcd/src/mk/depend.mk
deleted file mode 100644
index a4d717a..0000000
--- a/customdhcpcd/src/mk/depend.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# This only works for make implementations that always include a .depend if
-# it exists. Only GNU make does not do this.
-
-# Copyright 2008 Roy Marples <roy@marples.name>
-
-CLEANFILES+= .depend
-
-.depend: ${SRCS}
- ${CC} ${CFLAGS} -MM ${SRCS} > .depend
-
-depend: .depend