Nuke cleandir target override.

This commit is contained in:
soren 2001-11-22 02:18:24 +00:00
parent 6e9ab4848f
commit 6c3e025b46
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.booters,v 1.3 2001/11/22 01:30:03 soren Exp $
# $NetBSD: Makefile.booters,v 1.4 2001/11/22 02:18:24 soren Exp $
# $S must correspond to the top of the 'sys' tree
S= ${.CURDIR}/../../../..
@ -68,9 +68,4 @@ LIBSA= ${SALIB}
LIBS= ${LIBSA} ${LIBZ} ${LIBSA} ${LIBKERN}
cleandir distclean: cleanlibdir
cleanlibdir:
rm -rf lib
.include <bsd.prog.mk>