summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 1992262..36a3b8e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,5 +2,5 @@
SUBDIR= libeinfo librc rc
-TOPDIR= ..
-include ${TOPDIR}/subdir.mk
+MK= ../mk
+include ${MK}/subdir.mk