41b9cfff20
symlinking ufs include files into installboot and makefs tool objdirs reviewed by lukem and thorpej on tech-toolchain
10 lines
238 B
Makefile
10 lines
238 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/05/14 00:30:27 dbj Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}installboot
|
|
HOST_SRCDIR= usr.sbin/installboot
|
|
|
|
HOST_CPPFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../mips-elf2ecoff
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|
|
|