summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-03-21 15:28:03 +0000
committerRoy Marples <roy@marples.name>2017-03-21 15:28:03 +0000
commitf3131ea0cfe442af1c0b72683cfe8cfd838ba61d (patch)
treef3d2b07442095d48c1d3b76b0b8600aeba6a2da3 /Makefile.inc
parent16a82e5e7f17f11be0566855af678fa92215d016 (diff)
downloaddhcpcd-f3131ea0cfe442af1c0b72683cfe8cfd838ba61d.tar.xz
Fix man page paths.
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index ddeec43d..9b5bddd0 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -16,6 +16,9 @@ HOST_SH?= /bin/sh
CKSUM?= cksum -a SHA256
PGP?= netpgp
+SCRIPT= ${LIBEXECDIR}/dhcpcd-run-hooks
+HOOKDIR= ${LIBEXECDIR}/dhcpcd-hooks
+
SED_RUNDIR= -e 's:@RUNDIR@:${RUNDIR}:g'
SED_DBDIR= -e 's:@DBDIR@:${DBDIR}:g'
SED_LIBDIR= -e 's:@LIBDIR@:${LIBDIR}:g'