freebsd-nq/isa/Makefile
Kai Wang 5265ace0e4 Initial import of elftoolchain r2974.
Obtained from:	elftoolchain.org
2014-01-15 08:43:20 +00:00

21 lines
276 B
Makefile

# $Id: Makefile 2903 2013-01-16 12:35:50Z jkoshy $
TOP= ..
PROG= isa
SRCS= isa.c
LSRC=
YSRC=
LDADD= -lelftc
ISA= avr.isa
MAN= isa.1 isa.5
check-specifications: .PHONY
.for f in ${ISA}
${.OBJDIR}/${PROG} -n --query ${f}
.endfor
.include "${TOP}/mk/elftoolchain.prog.mk"