From 8dfe84c2fb15ab07c8f00b24f030cd49865a3e09 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 2 Feb 2004 18:23:18 +0000 Subject: [PATCH] Removed duplicate -lutil. --- libexec/rshd/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index 9e9d20e42ae..dbdf60bbf3a 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -7,10 +7,7 @@ MAN= rshd.8 WFORMAT=0 -DPADD+= ${LIBUTIL} -LDADD+= -lutil - -DPADD+= ${LIBUTIL} ${LIBPAM} -LDADD+= -lutil ${MINUSLPAM} +DPADD= ${LIBUTIL} ${LIBPAM} +LDADD= -lutil ${MINUSLPAM} .include