summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2018-03-13 03:06:28 +0000
committermrg <mrg@NetBSD.org>2018-03-13 03:06:28 +0000
commit4247f9a7fdaf1b0f5af41a1e4b09c7c7610d4a77 (patch)
treea8574d1a13cdb56f97a59436bb397bdf1088a3a2 /Makefile
parent6322179381e4fcdf0226df1e299290b41ab93328 (diff)
include bsd.clean.mk so that we actually clean up the attempted "params"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5b3bdf89d6..5fdbbcc128b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.321 2017/12/06 19:34:00 uwe Exp $
+# $NetBSD: Makefile,v 1.322 2018/03/13 03:06:28 mrg Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -528,3 +528,4 @@ dependall-distrib depend-distrib all-distrib: .PHONY
.include <bsd.obj.mk>
.include <bsd.kernobj.mk>
.include <bsd.subdir.mk>
+.include <bsd.clean.mk>