Fixed style of assignments.

This commit is contained in:
ru 2004-02-02 18:01:19 +00:00
parent 3ff8ae9bcd
commit 0ed839756a

View File

@ -3,8 +3,8 @@
PROG= su
DPADD+= ${LIBUTIL} ${LIBPAM}
LDADD+= -lutil ${MINUSLPAM}
DPADD= ${LIBUTIL} ${LIBPAM}
LDADD= -lutil ${MINUSLPAM}
BINOWN= root
BINMODE=4555