Fixed style of assignments.

This commit is contained in:
Ruslan Ermilov 2004-02-02 18:01:19 +00:00
parent 3826278409
commit 6ec2f175f9
1 changed files with 2 additions and 2 deletions

View File

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