summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-08-29 22:55:50 +0000
committeradrian <adrian@FreeBSD.org>2012-08-29 22:55:50 +0000
commit714dc451cecf0bc76fd1ab591300c8f535192c3b (patch)
tree5ac874cfb78cfd8fcd255f008718f28a5cc81e83 /tools
parent41ab51583cd28f3f6acf296913b4a53c177c1f24 (diff)
downloadFreeBSD-src-714dc451cecf0bc76fd1ab591300c8f535192c3b.zip
FreeBSD-src-714dc451cecf0bc76fd1ab591300c8f535192c3b.tar.gz
Do a bunch of fixing and refactoring.
Fix up gzip to crunch right. Add kenv, although I'm not yet sure why it isn't working on my MIPS boards (reading kenv always returns blank.)
Diffstat (limited to 'tools')
-rw-r--r--tools/bsdbox/Makefile.base18
1 files changed, 10 insertions, 8 deletions
diff --git a/tools/bsdbox/Makefile.base b/tools/bsdbox/Makefile.base
index 5e8e9a3..1429b09 100644
--- a/tools/bsdbox/Makefile.base
+++ b/tools/bsdbox/Makefile.base
@@ -5,16 +5,19 @@
# $FreeBSD$
#
CRUNCH_PROGS_sbin+= dmesg sysctl init reboot
-CRUNCH_PROGS_bin+= ls cat dd df cp hostname kill mkdir sleep ps ln rm hostname
+CRUNCH_PROGS_bin+= ls cat dd df cp hostname kill mkdir sleep ps
+CRUNCH_PROGS_bin+= ln rm hostname kenv
CRUNCH_PROGS_usr.bin+= true false hexdump tail nc w head uname tset
CRUNCH_PROGS_usr.sbin+= gpioctl
CRUNCH_ALIAS_w= uptime
CRUNCH_ALIAS_tset= reset
-CRUNCH_PROGS_usr.bin+= vmstat systat
+CRUNCH_PROGS_usr.bin+= vmstat
+#CRUNCH_PROGS_user.bin+= systat
CRUNCH_LIBS+= -ldevstat -lncursesw -lncurses -lmemstat -lkvm
-CRUNCH_PROGS_usr.bin+= tar cpio
+# CRUNCH_PROGS_usr.bin+= tar
+CRUNCH_PROGS_usr.bin+= cpio
# XXX SSL ?
CRUNCH_LIBS+= -larchive -lbz2 -lz -llzma -lbsdxml -lssl -lcrypto
@@ -36,11 +39,11 @@ CRUNCH_PROGS_sbin+= mount umount
# grep
# grep doesn't yet work -adrian
-CRUNCH_PROGS_usr.bin+= grep
+#CRUNCH_PROGS_usr.bin+= grep
# less/more
-CRUNCH_PROGS_usr.bin+= less
-CRUNCH_ALIAS_less= more
+#CRUNCH_PROGS_usr.bin+= less
+#CRUNCH_ALIAS_less= more
# passwd
CRUNCH_PROGS_usr.bin+= passwd
@@ -50,6 +53,5 @@ CRUNCH_SHLIBS+= -lpam -lbsm
# gzip/gunzip
CRUNCH_PROGS_usr.bin+= gzip
-CRUNCH_ALIAS_gunzip= gzip
-CRUNCH_ALIAS_gzcat= gzip
+CRUNCH_ALIAS_gzip= gunzip gzcat zcat
CRUNCH_LIBS+= -lz -llzma -lbz2
OpenPOWER on IntegriCloud