NetBSD/usr.bin/ldd/Makefile
plunky d1fbb9e17f move the build of ldd binary to a subdir in order to allow
explict ordering. This makes "make all" work the same as
"make dependall"
2011-04-15 08:47:02 +00:00

6 lines
134 B
Makefile

# $NetBSD: Makefile,v 1.16 2011/04/15 08:47:02 plunky Exp $
SUBDIR+= elf32 elf64 elf32_compat .WAIT build
.include <bsd.subdir.mk>