From 63279637c19a6092981fadee992c319f2eb8a409 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Tue, 12 Jun 2007 22:46:12 -0500 Subject: Adds SUBDIRS to the make 'distclean' target and 'distclean' to the sub-directory Makefiles. Patch from Ken MacLeod signed-off-by: Michael Brown --- etc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/Makefile b/etc/Makefile index 491d8f2..a1d6a9f 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -4,6 +4,8 @@ all: clean: rm -f *.bak *~ +distclean: clean + install: mkdir -p $(DESTDIR)/etc/mock/ for item in *.cfg; do \ -- cgit