minix/tools/makefs/Makefile
Jean-Baptiste Boric 43afffcd77 Add makefs to host tools
Change-Id: I217c0b6f1a78622636d541fa80b93b6d148e3681
2015-10-08 11:58:39 +02:00

10 lines
258 B
Makefile

# $NetBSD: Makefile,v 1.9 2011/03/07 13:28:06 he Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}makefs
HOST_SRCDIR= usr.sbin/makefs
HOST_CPPFLAGS+= -I. -I${TOOLDIR}/include/nbinclude
.include "${.CURDIR}/../Makefile.nbincludes"
.include "${.CURDIR}/../Makefile.host"