]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
build: Add dhcpcd.conf to import-src
authorRoy Marples <roy@marples.name>
Wed, 4 Sep 2019 18:36:34 +0000 (19:36 +0100)
committerRoy Marples <roy@marples.name>
Wed, 4 Sep 2019 18:36:47 +0000 (19:36 +0100)
src/Makefile

index ef16def535f986107051d819c46d90790bf154b3..fa9287285ad569cb0827b56250a6f5439318b7be 100644 (file)
@@ -139,6 +139,7 @@ _import-src: ${SRCS}
        ${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 \