Fix release build that was broken due to the lack of a clean target.

Noted by ad@.  I didn't see this myself because I always build with
UPDATE set, so no cleaning is done.
This commit is contained in:
jmmv 2007-11-12 20:13:21 +00:00
parent 2053e6a730
commit 416efab2e1

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2007/11/12 15:01:50 jmmv Exp $
# $NetBSD: Makefile,v 1.2 2007/11/12 20:13:21 jmmv Exp $
.include <bsd.own.mk>
@ -10,4 +10,4 @@ FILESMODE= 444
FILES= atf-run.hooks \
tests-results.css
.include <bsd.files.mk>
.include <bsd.prog.mk>