import config tool
This commit is contained in:
parent
fee8e88355
commit
c0ceb89a47
|
|
@ -131,14 +131,12 @@ SUBDIR += .WAIT texinfo \
|
||||||
.endif
|
.endif
|
||||||
SUBDIR+= stat .WAIT
|
SUBDIR+= stat .WAIT
|
||||||
|
|
||||||
.if defined(__MINIX)
|
|
||||||
SUBDIR += \
|
SUBDIR += \
|
||||||
mkfs.mfs \
|
mkfs.mfs \
|
||||||
partition \
|
partition \
|
||||||
toproto
|
toproto
|
||||||
.else
|
|
||||||
SUBDIR+= .WAIT config
|
SUBDIR+= .WAIT config
|
||||||
.endif # defined(__MINIX)
|
|
||||||
|
|
||||||
.if ${MKLLVM} != "no"
|
.if ${MKLLVM} != "no"
|
||||||
SUBDIR+= \
|
SUBDIR+= \
|
||||||
|
|
|
||||||
8
tools/config/Makefile
Normal file
8
tools/config/Makefile
Normal file
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue
Block a user