From c0ceb89a478b60d387d199ed8f3103e085e40c43 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Boric Date: Mon, 14 Nov 2016 22:55:27 +0100 Subject: [PATCH] import config tool --- tools/Makefile | 4 +--- tools/config/Makefile | 8 ++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 tools/config/Makefile diff --git a/tools/Makefile b/tools/Makefile index c697f9c49..72a1c14d6 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -131,14 +131,12 @@ SUBDIR += .WAIT texinfo \ .endif SUBDIR+= stat .WAIT -.if defined(__MINIX) SUBDIR += \ mkfs.mfs \ partition \ toproto -.else + SUBDIR+= .WAIT config -.endif # defined(__MINIX) .if ${MKLLVM} != "no" SUBDIR+= \ diff --git a/tools/config/Makefile b/tools/config/Makefile new file mode 100644 index 000000000..09589fb1b --- /dev/null +++ b/tools/config/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.6 2005/06/05 18:19:53 thorpej Exp $ + +HOSTPROGNAME= ${_TOOL_PREFIX}config +HOST_SRCDIR= usr.bin/config + +HOST_CPPFLAGS+= -DMAKE_BOOTSTRAP + +.include "${.CURDIR}/../Makefile.host"