mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-24 10:35:03 +08:00
Don't set CONFIG in the Makefile.
This commit is contained in:
parent
6c7e65c066
commit
5f81be76fc
3
Makefile
3
Makefile
@ -7,7 +7,6 @@ SRCS= common.c dhcp.c dhcpcd.c logger.c net.c signals.c
|
||||
SRCS+= configure.c client.c
|
||||
SRCS+= ${SRC_IF} ${SRC_SOCKET}
|
||||
|
||||
CONFIG= ${SYSCONFDIR}/dhcpcd.conf
|
||||
SCRIPTDIR= ${PREFIX}/libexec
|
||||
SCRIPT= ${SCRIPTDIR}/dhcpcd.sh
|
||||
HOOKDIR= ${SCRIPTDIR}/dhcpcd.hook.d
|
||||
@ -26,8 +25,8 @@ FILES= dhcpcd.conf
|
||||
FILESDIR= ${SYSCONFDIR}
|
||||
|
||||
CPPFLAGS+= -DDBDIR=\"${DBDIR}\"
|
||||
CPPFLAGS+= -DCONFIG=\"${CONFIG}\"
|
||||
CPPFLAGS+= -DSCRIPT=\"${SCRIPT}\"
|
||||
CPPFLAGS+= -DSYSCONFDIR=\"${SYSCONFDIR}\"
|
||||
LDADD+= ${LIBRT}
|
||||
|
||||
SUBDIRS= hook.d
|
||||
|
Loading…
Reference in New Issue
Block a user