mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fixed style of assignments.
This commit is contained in:
parent
3826278409
commit
6ec2f175f9
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
PROG= su
|
||||
|
||||
DPADD+= ${LIBUTIL} ${LIBPAM}
|
||||
LDADD+= -lutil ${MINUSLPAM}
|
||||
DPADD= ${LIBUTIL} ${LIBPAM}
|
||||
LDADD= -lutil ${MINUSLPAM}
|
||||
|
||||
BINOWN= root
|
||||
BINMODE=4555
|
||||
|
|
|
|||
Loading…
Reference in a new issue