remove METALOG in clean
This commit is contained in:
parent
5e1dc96b6e
commit
a63be975b0
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.160 2001/11/25 18:31:12 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.161 2002/02/08 16:11:18 lukem Exp $
|
||||
|
||||
# This is the top-level makefile for building NetBSD. For an outline of
|
||||
# how to build a snapshot or release, as well as other release engineering
|
||||
@ -203,6 +203,9 @@ install-${dir}:
|
||||
dependall-distrib depend-distrib all-distrib:
|
||||
@true
|
||||
|
||||
clean:
|
||||
rm -f METALOG
|
||||
|
||||
.include <bsd.obj.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user