402d0191b4
Backout the previous commit in favour of the Makefile.inc added to the parent directory.
15 lines
219 B
Makefile
15 lines
219 B
Makefile
#
|
|
# $Id: Makefile,v 1.2 1998/05/05 08:56:24 jb Exp $
|
|
#
|
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
PROG= as
|
|
.else
|
|
PROG= as_alpha
|
|
.endif
|
|
SRCS+= obj-elf.c tc-alpha.c
|
|
|
|
.include <bsd.prog.mk>
|