mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 06:05:19 -04:00
12 lines
204 B
Makefile
12 lines
204 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2009/12/19 05:52:01 thorpej Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIBELF_DIR= ${NETBSDSRCDIR}/external/bsd/libelf/dist
|
|
|
|
CPPFLAGS+= -I${LIBELF_DIR}
|
|
|
|
WARNS?= 4
|
|
|
|
.PATH: ${LIBELF_DIR}
|