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/chkey/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/chkey') diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile index a9e00e8..4f47b9c 100644 --- a/usr.bin/chkey/Makefile +++ b/usr.bin/chkey/Makefile @@ -10,7 +10,6 @@ CFLAGS+= -I${.CURDIR}/../newkey .if ${MK_NIS} != "no" CFLAGS+= -DYP .endif -DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO} -LDADD= -lrpcsvc -lmp -lcrypto +LIBADD+= rpcsvc mp .include -- cgit v1.1