3e13200b73
for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
6 lines
124 B
Makefile
6 lines
124 B
Makefile
# $NetBSD: bsd.depall.mk,v 1.2 2000/01/22 19:31:01 mycroft Exp $
|
|
|
|
dependall: realdepend
|
|
@cd ${.CURDIR}; \
|
|
${MAKE} realall
|