Make these work for the `dependall' target.

This commit is contained in:
scw 2000-07-27 21:06:53 +00:00
parent 2761069b0f
commit 379de37900
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2000/07/24 18:39:38 jdolecek Exp $
# $NetBSD: Makefile,v 1.9 2000/07/27 21:06:53 scw Exp $
LIB=bug
@ -25,4 +25,5 @@ bugcrt.o: bugcrt.c
${LD} -x -r ${.TARGET}.tmp -o ${.TARGET}
all: lib${LIB}.a bugcrt.o
beforedepend: machine m68k
.include <bsd.lib.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2000/07/24 18:39:42 jdolecek Exp $
# $NetBSD: Makefile,v 1.12 2000/07/27 21:06:54 scw Exp $
LIB=sa
@ -38,5 +38,5 @@ CLEANFILES+= SRT0.o
libinstall::
all: lib${LIB}.a SRT0.o
beforedepend: machine m68k
.include <bsd.lib.mk>