1998-12-16 01:07:11 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 1998/12/15 22:07:11 pk Exp $
|
|
|
|
#
|
|
|
|
# ldd(1) is toolchain dependent
|
|
|
|
#
|
1996-12-16 22:59:55 +03:00
|
|
|
|
1998-12-16 01:07:11 +03:00
|
|
|
.include <bsd.own.mk> # get OBJECT_FMT definition
|
1996-12-16 22:59:55 +03:00
|
|
|
|
1998-12-16 01:07:11 +03:00
|
|
|
.if (${OBJECT_FMT} == "ELF")
|
|
|
|
SUBDIR+= ldd_elf
|
1996-12-17 06:42:44 +03:00
|
|
|
.else
|
1998-12-16 01:07:11 +03:00
|
|
|
SUBDIR+= ldd_aout
|
1996-12-17 06:42:44 +03:00
|
|
|
.endif
|
|
|
|
|
1998-12-16 01:07:11 +03:00
|
|
|
.include <bsd.subdir.mk>
|