]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Allow LIBEXECDIR to inherit from env.
authorRoy Marples <roy@marples.name>
Wed, 18 Jun 2008 10:23:16 +0000 (10:23 +0000)
committerRoy Marples <roy@marples.name>
Wed, 18 Jun 2008 10:23:16 +0000 (10:23 +0000)
Makefile

index 51e68d121db83912cb55d0905ab2146ebda712cc..e149a91fb6619ac3900c516f38c5f70a33e6a2d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ SRCS=           common.c dhcp.c dhcpcd.c logger.c net.c signals.c
 SRCS+=         configure.c client.c
 SRCS+=         ${SRC_IF} ${SRC_PF}
 
-LIBEXECDIR   ${PREFIX}/libexec
+LIBEXECDIR?=   ${PREFIX}/libexec
 SCRIPT=                ${LIBEXECDIR}/dhcpcd-run-hooks
 HOOKDIR=       ${LIBEXECDIR}/dhcpcd-hooks