From 47d7e8a96f52d91b1f0fe5184f0f5d88c897db38 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 5 Feb 2004 22:44:25 +0000 Subject: Fixed style of DPADD and LDADD assignments as per style.Makefile(5). --- libexec/makekey/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec') diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index b2be2e166915..d09f8127dc21 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -4,7 +4,7 @@ PROG= makekey MAN= makekey.8 -DPADD+= ${LIBCRYPT} -LDADD+= -lcrypt +DPADD= ${LIBCRYPT} +LDADD= -lcrypt .include -- cgit v1.3