summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-02 18:01:19 +0000
committerru <ru@FreeBSD.org>2004-02-02 18:01:19 +0000
commit0ed839756aa4f1e7d4dfb90095766d7dd097a0cc (patch)
treef04bd4b13b324e2c2687fbb5643eaea83098e0a6 /usr.bin/su/Makefile
parent3ff8ae9bcd6808d1891c780fda2c6d56575f68f8 (diff)
downloadFreeBSD-src-0ed839756aa4f1e7d4dfb90095766d7dd097a0cc.zip
FreeBSD-src-0ed839756aa4f1e7d4dfb90095766d7dd097a0cc.tar.gz
Fixed style of assignments.
Diffstat (limited to 'usr.bin/su/Makefile')
-rw-r--r--usr.bin/su/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index 4b177a3..90b3123 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
OpenPOWER on IntegriCloud