summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-09-13 11:54:03 +0100
committerRoy Marples <roy@marples.name>2019-09-13 11:54:03 +0100
commit3064915513e75fff6ae8ac0eeb74373f6c83f2d3 (patch)
tree42a98dcf339f67a7357d36d09d4b6b3e2480f1c5 /hooks
parent075fd9c0249f61df88336873900c6ae59383988c (diff)
downloaddhcpcd-3064915513e75fff6ae8ac0eeb74373f6c83f2d3.tar.xz
build: distclean now recursively removes patch files and related
Diffstat (limited to 'hooks')
-rw-r--r--hooks/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/hooks/Makefile b/hooks/Makefile
index e8fb70a8..c1332e58 100644
--- a/hooks/Makefile
+++ b/hooks/Makefile
@@ -36,6 +36,9 @@ all: ${PROG} ${MAN8} ${SCRIPTS} ${EGHOOKSCRIPTS}
clean:
rm -f ${CLEANFILES} 50-ypbind
+distclean: clean
+ rm -f *.diff *.patch *.orig *.rej
+
depend:
proginstall: ${PROG} ${HOOKSCRIPTS}