diff --git a/sys/arch/sgimips/stand/Makefile.booters b/sys/arch/sgimips/stand/Makefile.booters index c12daffe7782..ba6085240ff7 100644 --- a/sys/arch/sgimips/stand/Makefile.booters +++ b/sys/arch/sgimips/stand/Makefile.booters @@ -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