mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-04 20:54:55 -04:00
16 lines
239 B
Makefile
16 lines
239 B
Makefile
# Id: Makefile 2606 2012-10-02 17:52:57Z jkoshy
|
|
|
|
TOP= ..
|
|
|
|
INCS= elfdefinitions.h
|
|
INCSDIR= /usr/include
|
|
|
|
.PHONY: all clean clobber depend obj
|
|
|
|
all depend obj:
|
|
|
|
clean clobber:
|
|
rm -f ${CLEANFILES}
|
|
|
|
.include "${TOP}/mk/elftoolchain.inc.mk"
|