aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-06-19 15:49:44 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-06-19 15:49:44 +0000
commit2c733106aea767e5e48b7fd9bb255835919cc01e (patch)
treed67ba65b16910e1fce1d23f30c1bdca50e588087
parent79ac3c12a714bcd3f2354c52d948aed9575c46d6 (diff)
pkgbase: Put chio in utilities
No need to bloat runtime with this utility. Differential Revision: https://reviews.freebsd.org/D30753 Sponsored by: Diablotin Systems
-rw-r--r--bin/chio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index ddb07d968129..a88e7df4604c 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-PACKAGE=runtime
+PACKAGE=utilities
PROG= chio
.include <bsd.prog.mk>