Include bsd.own.mk a bit earlier so that make cleandir works.
This commit is contained in:
parent
cebeb402de
commit
b605664b49
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.booters,v 1.26 2000/07/12 21:05:35 jdolecek Exp $
|
||||
# $NetBSD: Makefile.booters,v 1.27 2001/08/18 12:53:58 enami Exp $
|
||||
|
||||
BINDIR= /usr/mdec
|
||||
STRIPFLAG=
|
||||
@ -52,13 +52,13 @@ I386DIR= ${I386_STAND_DIR}/lib
|
||||
.include "${I386DIR}/Makefile.inc"
|
||||
LIBI386= ${I386LIB}
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
cleandir distclean: cleanlibdir
|
||||
|
||||
cleanlibdir:
|
||||
rm -rf lib
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${OBJECT_FMT} == "ELF"
|
||||
LDFLAGS=-M -e start # -N does not work properly.
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user