15 lines
223 B
Makefile
15 lines
223 B
Makefile
.include <bsd.init.mk>
|
|
|
|
SRCDIST= ${NETBSDSRCDIR}/external/bsd/libfdt/dist
|
|
|
|
.PATH: ${SRCDIST} ${SRCDIST}/include
|
|
|
|
INCSDIR=/usr/include/
|
|
|
|
INCS= \
|
|
fdt.h \
|
|
libfdt.h \
|
|
libfdt_env.h \
|
|
libfdt_internal.h
|
|
|
|
.include <bsd.prog.mk> |