]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Install example hooks
authorRoy Marples <roy@marples.name>
Tue, 22 Dec 2015 23:46:17 +0000 (23:46 +0000)
committerRoy Marples <roy@marples.name>
Tue, 22 Dec 2015 23:46:17 +0000 (23:46 +0000)
Makefile
dev/Makefile

index cbd09bc90b57ceb4a2008e6076a049971178ffd8..307c9bf1bbcfcdd7f476205a0410b5fcd50b7264 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,10 @@ _confinstall:
        test -e ${DESTDIR}${SYSCONFDIR}/dhcpcd.conf || \
                ${INSTALL} -m ${CONFMODE} dhcpcd.conf ${DESTDIR}${SYSCONFDIR}
 
-install: proginstall _maninstall _confinstall
+eginstall:
+       for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@; cd ..; done
+
+install: proginstall _maninstall _confinstall eginstall
 
 clean:
        rm -f ${OBJS} ${PROG} ${PROG}.core ${CLEANFILES}
index e6b3a2cf2b4904ec7614de0f6854020a2ad5cb0a..3e7c6366468a91fc4080eace964699b64184db62 100644 (file)
@@ -36,6 +36,8 @@ proginstall: ${DPLUGS}
        ${INSTALL} -d ${DESTDIR}${DEVDIR}
        ${INSTALL} -m ${BINMODE} ${PROG} ${DPLUGS} ${DESTDIR}${DEVDIR}
 
+eginstall:
+
 install: proginstall
 
 clean: