Remove "lib" directory created during build process while doing
"make clean" or "make cleandir".
This commit is contained in:
parent
d00f4770d3
commit
08c7376961
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.booters,v 1.16 1999/01/30 17:43:10 christos Exp $
|
||||
# $NetBSD: Makefile.booters,v 1.17 1999/02/07 13:39:36 tron Exp $
|
||||
|
||||
BINDIR= /usr/mdec
|
||||
STRIPFLAG=
|
||||
|
@ -47,6 +47,11 @@ I386DIR= ${I386_STAND_DIR}/lib
|
|||
.include "${I386DIR}/Makefile.inc"
|
||||
LIBI386= ${I386LIB}
|
||||
|
||||
clean cleandir distclean: cleanlibdir
|
||||
|
||||
cleanlibdir:
|
||||
rm -rf lib
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${OBJECT_FMT} == "ELF"
|
||||
|
|
Loading…
Reference in New Issue