From 8d6c7a49a6d934aea5c5f8462780dbfda3749520 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 14:29:10 +0000 Subject: Convert to usr.bin/ to LIBADD Reduce overlinking --- usr.bin/wc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/wc') diff --git a/usr.bin/wc/Makefile b/usr.bin/wc/Makefile index 6c67135..540e33d 100644 --- a/usr.bin/wc/Makefile +++ b/usr.bin/wc/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= wc -DPADD= ${LIBXO} -LDADD= -lxo +LIBADD= xo .include -- cgit v1.1