Add as(1) manual page.
[dragonfly.git] / gnu / usr.bin / binutils215 / as / i386-dragonfly / Makefile
1 # $DragonFly: src/gnu/usr.bin/binutils215/as/i386-dragonfly/Attic/Makefile,v 1.3 2006/04/12 19:21:23 swildner Exp $
2
3 DEFAULT_ARCH=           i386
4 EMULATIONS=             &i386elf,
5 DEFAULT_EMULATION=      i386elf
6 TARGET_ALIAS=           i386-just-dragonfly1.1
7 TARGET_CANONICAL=       i386-just-dragonfly1.1
8 TARGET_CPU=             i386
9
10 .include "${.CURDIR}/../Makefile.inc0"
11
12 CFLAGS += -I${.OBJDIR}/../../libbfd
13 .if ${TARGET_ARCH} != "i386"
14 BINDIR= /usr/libexec/cross/i386-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