diff options
| author | mrg <mrg@NetBSD.org> | 2018-03-13 03:06:28 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2018-03-13 03:06:28 +0000 |
| commit | 4247f9a7fdaf1b0f5af41a1e4b09c7c7610d4a77 (patch) | |
| tree | a8574d1a13cdb56f97a59436bb397bdf1088a3a2 /Makefile | |
| parent | 6322179381e4fcdf0226df1e299290b41ab93328 (diff) | |
include bsd.clean.mk so that we actually clean up the attempted "params"
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |
