Module Name: src Committed By: mrg Date: Tue Mar 13 03:06:28 UTC 2018
Modified Files: src: Makefile Log Message: include bsd.clean.mk so that we actually clean up the attempted "params" To generate a diff of this commit: cvs rdiff -u -r1.321 -r1.322 src/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/Makefile diff -u src/Makefile:1.321 src/Makefile:1.322 --- src/Makefile:1.321 Wed Dec 6 19:34:00 2017 +++ src/Makefile Tue Mar 13 03:06:28 2018 @@ -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-dis .include <bsd.obj.mk> .include <bsd.kernobj.mk> .include <bsd.subdir.mk> +.include <bsd.clean.mk>