freebsd-dev/common/Makefile
Ed Maste 5eccfb5cf5 Import elftoolchain rev 3130
From svn.code.sf.net/p/elftoolchain/code/trunk
2014-12-22 20:32:23 +00:00

19 lines
270 B
Makefile

# $Id: Makefile 3022 2014-04-17 18:05:58Z jkoshy $
TOP= ..
INCS= elfdefinitions.h
INCSDIR= /usr/include
.PHONY: all clean clobber depend obj
all depend obj:
clean clobber:
rm -f ${CLEANFILES}
cleandepend:
rm -f .depend
.include "${TOP}/mk/elftoolchain.inc.mk"