From 462d81bf6f0ac9abfdf9572a45397285ca7abea0 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 9 Feb 2012 13:23:33 +0000 Subject: [PATCH] MFH r227531: Add netcat (nc) to /rescue. Approved by: des (mentor) git-svn-id: svn://svn.freebsd.org/base/stable/9@231271 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- rescue/rescue/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 81d230d7a..9eea2394a 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -181,7 +181,7 @@ CRUNCH_BUILDOPTS_dhclient= -DRELEASE_CRUNCH -Dlint # CRUNCH_SRCDIRS+= usr.bin -CRUNCH_PROGS_usr.bin= head mt sed tail tee +CRUNCH_PROGS_usr.bin= head mt nc sed tail tee CRUNCH_PROGS_usr.bin+= gzip CRUNCH_ALIAS_gzip= gunzip gzcat zcat -- 2.45.0