diff options
| author | rillig <rillig@NetBSD.org> | 2020-09-01 17:12:30 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-09-01 17:12:30 +0000 |
| commit | 2337f2efceb54b7cb8a37585e326df64268fd75d (patch) | |
| tree | 0328b4ff5f0b98ba09575771a6ac43470617b896 /usr.bin/make/Makefile | |
| parent | bde95653c870abf8adcec567bd0071297de2c342 (diff) | |
make(1): remove filemon object files on clean
Diffstat (limited to 'usr.bin/make/Makefile')
| -rw-r--r-- | usr.bin/make/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index a00bf449378..05bbfb6c6e4 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2020/08/31 16:41:19 rillig Exp $ +# $NetBSD: Makefile,v 1.99 2020/09/01 17:12:30 rillig Exp $ # @(#)Makefile 5.2 (Berkeley) 12/28/90 PROG= make @@ -122,6 +122,7 @@ SUBDIR+= unit-tests .endif ${SRCS:M*.c:.c=.o}: ${HDRS} +CLEANFILES+= *.o .include <bsd.prog.mk> .include <bsd.subdir.mk> |
