From cc1a3599913049d157572c1dac7420d275fa208a Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 13 May 2013 22:16:33 +0000 Subject: Add less to rescue build. On amd64, this increases rescue size by about 130KB or 2.4%. MFC after: 1 month --- rescue/rescue/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rescue') diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index fd682b9..caec928 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -184,6 +184,9 @@ CRUNCH_PROGS_usr.bin+= bzip2 CRUNCH_ALIAS_bzip2= bunzip2 bzcat CRUNCH_LIBS+= -lbz2 +CRUNCH_PROGS_usr.bin+= less +CRUNCH_ALIAS_less= more + CRUNCH_PROGS_usr.bin+= xz CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat CRUNCH_LIBS+= -llzma -- cgit v1.1 From 0dd1d9c578ddc35507ac2072c5062f5d57c53147 Mon Sep 17 00:00:00 2001 From: davide Date: Fri, 28 Jun 2013 21:00:08 +0000 Subject: - Trim an unused and bogus Makefile for mount_smbfs. - Reconnect with some minor modifications, in particular now selsocket() internals are adapted to use sbintime units after recent'ish calloutng switch. --- rescue/rescue/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rescue') diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index caec928..80acf63 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -130,6 +130,8 @@ CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz .if ${MACHINE_CPUARCH} == "i386" CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk CRUNCH_ALIAS_bsdlabel= disklabel +#CRUNCH_PROGS+= mount_smbfs +#CRUNCH_LIBS+= -lsmb .endif .if ${MACHINE} == "pc98" -- cgit v1.1