installer: Finish incomplete commit to merge nrelease/{installer,root}.
[dragonfly.git] / gnu / usr.bin / binutils217 / as / amd64-dragonfly / Makefile
1 # $DragonFly: src/gnu/usr.bin/binutils217/as/amd64-dragonfly/Makefile,v 1.1 2007/04/13 12:24:32 corecode Exp $
2
3 DEFAULT_ARCH=           x86_64 
4 EMULATIONS=             &i386elf,
5 DEFAULT_EMULATION=      i386elf 
6 TARGET_ALIAS=           x86_64-just-dragonfly1.9
7 TARGET_CANONICAL=       x86_64-just-dragonfly1.9
8 TARGET_CPU=             x86_64 
9
10 .include "${.CURDIR}/../Makefile.inc0"
11
12 CFLAGS += -I${.OBJDIR}/../../libbfd
13 .if ${TARGET_ARCH} != "amd64"
14 BINDIR= /usr/libexec/cross/amd64-dragonfly
15 .endif
16 SRCS+=  obj-elf.c tc-i386-local.c
17 CLEANFILES=     tc-i386-local.c
18
19 .include <bsd.prog.mk>
20