From a2a5907be5c49626611d63498bedd665828791cf Mon Sep 17 00:00:00 2001 From: lukem Date: Fri, 25 Jan 2002 05:01:17 +0000 Subject: [PATCH] build pax as a host tool, for -N and to work around borken vendor paxes --- tools/Makefile | 4 ++-- tools/pax/Makefile | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 tools/pax/Makefile diff --git a/tools/Makefile b/tools/Makefile index c6efd6ff903b..66754b3c29fd 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/01/10 17:04:20 tv Exp $ +# $NetBSD: Makefile,v 1.30 2002/01/25 05:01:17 lukem Exp $ .include @@ -18,7 +18,7 @@ SUBDIR= host-mkdep .WAIT compat .WAIT \ groff \ lex .WAIT \ asn1_compile compile_et config lint1 msgc menuc makefs \ - mklocale pwd_mkdb zic + mklocale pax pwd_mkdb zic .if ${MKMAINTAINERTOOLS:Uno} != "no" SUBDIR+= m4 .WAIT autoconf diff --git a/tools/pax/Makefile b/tools/pax/Makefile new file mode 100644 index 000000000000..ae0b845952e8 --- /dev/null +++ b/tools/pax/Makefile @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.1 2002/01/25 05:01:17 lukem Exp $ + +HOSTPROGNAME= nbpax +HOST_SRCDIR= bin/pax + +.include "${.CURDIR}/../Makefile.host"