summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644
index ffbf8d6e..00000000
--- a/src/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
-
-SUBDIR= test libeinfo librc rc
-
-ifeq (${MKTOOLS},yes)
-SUBDIR+= tools
-endif
-
-MK= ../mk
-include ${MK}/subdir.mk