freebsd-nq/contrib/elftoolchain/common/Makefile
Ed Maste 715d1396d6 Update ELF Tool Chain to r3614
MFC after:	1 week
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
2018-04-27 13:59:24 +00:00

19 lines
277 B
Makefile

# $Id: Makefile 3594 2018-04-11 18:26:50Z jkoshy $
TOP= ..
INCS= elfdefinitions.h
INCSDIR= /usr/include
.PHONY: all clean clobber depend obj
all depend:
clean clobber:
rm -f ${CLEANFILES}
cleandepend:
rm -f ${.OBJDIR}/.depend
.include "${TOP}/mk/elftoolchain.inc.mk"