changeset 4700:3651d63f5609 draft

build: Add dhcpcd.conf to import-src
author Roy Marples <roy@marples.name>
date Wed, 04 Sep 2019 19:36:34 +0100
parents fcd77169498b
children fae40b4387fb
files src/Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile	Wed Sep 04 14:12:33 2019 +0100
+++ b/src/Makefile	Wed Sep 04 19:36:34 2019 +0100
@@ -139,6 +139,7 @@
 	${INSTALL} -d ${DESTDIR}/src
 	touch if-bsd.h if-linux.h if-sun.h
 	cp defs.h ${SRCS} ${SRCS:.c=.h} dev.h ${MAN5}.in ${MAN8}.in ${DESTDIR}/src
+	cp dhcpcd.conf ${DESTDIR}/src
 	rm if-bsd.h if-linux.h if-sun.h
 	rm -f ${DESTDIR}/src/if-bsd.h ${DESTDIR}/src/if-linux.h ${DESTDIR}/src/if-sun.h
 	if [ -n "${COMPAT_SRCS}" ]; then \