Module Name:    src
Committed By:   rillig
Date:           Tue Sep  1 17:12:30 UTC 2020

Modified Files:
        src/usr.bin/make: Makefile

Log Message:
make(1): remove filemon object files on clean


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/usr.bin/make/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/Makefile
diff -u src/usr.bin/make/Makefile:1.98 src/usr.bin/make/Makefile:1.99
--- src/usr.bin/make/Makefile:1.98	Mon Aug 31 16:41:19 2020
+++ src/usr.bin/make/Makefile	Tue Sep  1 17:12:30 2020
@@ -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>

Reply via email to