From 0ed839756aa4f1e7d4dfb90095766d7dd097a0cc Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 2 Feb 2004 18:01:19 +0000 Subject: [PATCH] Fixed style of assignments. --- usr.bin/su/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 4b177a37c71b..90b3123dcc59 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -3,8 +3,8 @@ PROG= su -DPADD+= ${LIBUTIL} ${LIBPAM} -LDADD+= -lutil ${MINUSLPAM} +DPADD= ${LIBUTIL} ${LIBPAM} +LDADD= -lutil ${MINUSLPAM} BINOWN= root BINMODE=4555