From 53c2ff7734d36745ac563d50ed143d9cd7b352b0 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 11:15:40 +0000 Subject: Convert bin/ to LIBADD, reduce overlinking allow to build all components as static --- bin/pkill/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/pkill/Makefile') diff --git a/bin/pkill/Makefile b/bin/pkill/Makefile index 11bfbe3..84a5af7 100644 --- a/bin/pkill/Makefile +++ b/bin/pkill/Makefile @@ -5,8 +5,7 @@ PROG= pkill -DPADD= ${LIBKVM} -LDADD= -lkvm +LIBADD= kvm LINKS= ${BINDIR}/pkill ${BINDIR}/pgrep MLINKS= pkill.1 pgrep.1 -- cgit v1.1