diff options
| author | christos <christos@NetBSD.org> | 2009-01-11 03:50:50 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2009-01-11 03:50:50 +0000 |
| commit | da0b5ebdebcc166eccd0beb7a296728394652f8d (patch) | |
| tree | 070d226f68e7b994912fae3b2dfecbfe385760f2 /usr.bin/ldd | |
| parent | f943330f9141c047ce0282e7783e2daa2fc9031e (diff) | |
need bsd.own.mk for $NETBSDSRCDIR
Diffstat (limited to 'usr.bin/ldd')
| -rw-r--r-- | usr.bin/ldd/elf32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ldd/elf32/Makefile b/usr.bin/ldd/elf32/Makefile index f673842bb77..93856d4abc0 100644 --- a/usr.bin/ldd/elf32/Makefile +++ b/usr.bin/ldd/elf32/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2009/01/07 07:52:28 mrg Exp $ +# $NetBSD: Makefile,v 1.4 2009/01/11 03:50:50 christos Exp $ +.include <bsd.own.mk> CPPFLAGS+= -DELFSIZE=32 LIB= ldd_elf32 |
