mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
Fixed style of assignments.
This commit is contained in:
parent
3826278409
commit
6ec2f175f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125334
@ -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 New Issue
Block a user