aboutsummaryrefslogtreecommitdiff
path: root/src/depend.mk
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-10 16:35:59 +0000
committerRoy Marples <roy@marples.name>2008-01-10 16:35:59 +0000
commit43147845209873b0776bd75d363913fe25611f49 (patch)
treeab3295c30664476d8d05b0fe5fe9ace702ade5ea /src/depend.mk
parent2643f2e605f102d2c2fa098d0cf5400d3795ed4a (diff)
Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's.
Diffstat (limited to 'src/depend.mk')
-rw-r--r--src/depend.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/depend.mk b/src/depend.mk
deleted file mode 100644
index a4d717ae..00000000
--- a/src/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