summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-05-26 19:19:58 +0000
committerkientzle <kientzle@FreeBSD.org>2008-05-26 19:19:58 +0000
commit1501f1e5dde3e7081973b321eb9099d967a73fa9 (patch)
treec1ff44448ec2cacaaaab2898dc57a7728b756ca5 /usr.bin/Makefile
parent1d799de2f659b3d422277000d5aa51c5a8cabd60 (diff)
downloadFreeBSD-src-1501f1e5dde3e7081973b321eb9099d967a73fa9.zip
FreeBSD-src-1501f1e5dde3e7081973b321eb9099d967a73fa9.tar.gz
Connect bsdcpio up to the build.
Starting now, there are two cpio programs in the base system: /usr/bin/gcpio - GNU cpio /usr/bin/bsdcpio - bsdcpio In addition, there is a symlink: /usr/bin/cpio -> /usr/bin/gcpio (default) /usr/bin/cpio -> /usr/bin/bsdcpio (WITH_BSDCPIO) In particular, WITH_BSDCPIO only controls the symlink; bsdcpio is always built regardless. Unless there are objections or problems, I intend: * to make /usr/bin/bsdcpio available in 7.1 * to have /usr/bin/cpio default to bsdcpio in 8.0 (WITH_GCPIO will be an option instead of WITH_BSDCPIO) * to leave /usr/bin/gcpio in the tree until 9.0
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index e43d055..241d3eb 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -43,6 +43,7 @@ SUBDIR= alias \
comm \
compile_et \
compress \
+ cpio \
cpuset \
csplit \
${_csup} \
OpenPOWER on IntegriCloud