summaryrefslogtreecommitdiff
path: root/init/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'init/Makefile')
-rw-r--r--init/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Makefile b/init/Makefile
index 07b80261..be4b768b 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -21,4 +21,6 @@ SRCS = init.c
OBJS = $(SRCS:.c=.o)
target = init
+init-CPPFLAGS=-DLIBEXECDIR=\"${libexecdir}\"
+
include ../Makeconf