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