From 0cd813cbbafa911864d17971a4d1b76d9f762f0e Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 2 Feb 2004 18:23:18 +0000 Subject: Removed duplicate -lutil. --- libexec/rshd/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libexec') diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index 9e9d20e..dbdf60b 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 -- cgit v1.1