Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / binutils / as / alpha-freebsd / Makefile
1 # $FreeBSD: src/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile,v 1.7.2.2 2002/09/01 23:39:13 obrien Exp $
2 # $DragonFly: src/gnu/usr.bin/binutils/as/alpha-freebsd/Attic/Makefile,v 1.2 2003/06/17 04:25:44 dillon Exp $
3
4 .include "${.CURDIR}/../Makefile.inc0"
5
6 .if ${TARGET_ARCH} != "alpha"
7 NOMAN=  true
8 BINDIR= /usr/libexec/cross/alpha-freebsd
9 .endif
10 SRCS+=  obj-elf.c tc-alpha.c
11
12 .include <bsd.prog.mk>