diff options
| author | jkoshy <jkoshy@NetBSD.org> | 2021-04-08 08:10:30 +0000 |
|---|---|---|
| committer | jkoshy <jkoshy@NetBSD.org> | 2021-04-08 08:10:30 +0000 |
| commit | 6f0be88b1ac7fd938f4834fa8f752525722c4be7 (patch) | |
| tree | 24a0be5bdef9d8277337974c6cc8a990b8b838b4 /lib/Makefile | |
| parent | daa4ced05e426f7ddef53902a8b31cbc4a3d374f (diff) | |
Redo r1.288: traverse the complete imported Elftoolchain tree during a build.
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index fd8974ef3a2..d78d9653425 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.289 2021/04/06 21:13:04 jkoshy Exp $ +# $NetBSD: Makefile,v 1.290 2021/04/08 08:10:30 jkoshy Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -62,7 +62,7 @@ SUBDIR+= ../external/bsd/am-utils/lib SUBDIR+= ../external/bsd/flex/lib SUBDIR+= ../external/bsd/tre/lib -SUBDIR+= ../external/bsd/elftoolchain/lib/libelf +SUBDIR+= ../external/bsd/elftoolchain # libelf and libdwarf SUBDIR+= ../external/bsd/liblzf/lib SUBDIR+= ../external/bsd/libpcap/lib |
