- Add "dependall" target so that "make build" will really uudecode the

"ld.so" binaries for i386 and sparc.
- Remove bogus "${DESTDIR}/" from "FILESDIR".
This commit is contained in:
tron 2000-09-12 16:39:51 +00:00
parent 98670586e9
commit 23bf98f535

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 2000/09/11 23:23:21 fvdl Exp $
# $NetBSD: Makefile,v 1.30 2000/09/12 16:39:51 tron Exp $
.include <bsd.own.mk>
.if (${OBJECT_FMT} == "a.out")
@ -32,11 +32,11 @@ $(PROG):
${MACHINE_ARCH} == "sparc"))
FILES= ld.so
FILESDIR= ${DESTDIR}/usr/libexec
FILESDIR= /usr/libexec
FILESMODE= ${BINMODE}
CLEANFILES+= ld.so
all: ${FILES}
all dependall: ${FILES}
ld.so: ${.CURDIR}/ld.so.${MACHINE_ARCH}.uue
uudecode ${.ALLSRC}