From 2a96fe72ea6658d5b0fa19e56a0784f46d5ed3ca Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 20 Jun 2019 13:24:58 +0000 Subject: [PATCH] Add head(1) to native-xtools so that it can be used in qemu-user jails --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index a007485d7845..52af7f143520 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2553,6 +2553,7 @@ NXBDIRS+= \ usr.bin/find \ usr.bin/grep \ usr.bin/gzip \ + usr.bin/head \ usr.bin/id \ usr.bin/lex \ usr.bin/limits \