aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/wc')
-rw-r--r--usr.bin/wc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/wc/Makefile b/usr.bin/wc/Makefile
index 6fa21fa69755..540e33d15c92 100644
--- a/usr.bin/wc/Makefile
+++ b/usr.bin/wc/Makefile
@@ -2,6 +2,6 @@
# $FreeBSD$
PROG= wc
-LIBADD= xo util
+LIBADD= xo
.include <bsd.prog.mk>