diff options
| author | Roy Marples <roy@marples.name> | 2015-12-22 23:46:17 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-12-22 23:46:17 +0000 |
| commit | 20ea56dd541b2ffc250fd2e05e502091464df154 (patch) | |
| tree | be7fc0528f37406fa105789b45c4f20742ccf98b /Makefile | |
| parent | 9ac8f9f8119346661ca36cb241f95bfefb76f0d7 (diff) | |
| download | dhcpcd-20ea56dd541b2ffc250fd2e05e502091464df154.tar.xz | |
Install example hooks
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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} |
