mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Only check if ENABLE_SUID_NEWGRP is defined, for consistency with
other ENABLE_SUID_* variables.
This commit is contained in:
parent
b1bffc1632
commit
be88e5179d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ PROG= newgrp
|
|||
DPADD= ${LIBCRYPT} ${LIBUTIL}
|
||||
LDADD= -lcrypt -lutil
|
||||
|
||||
.if defined(ENABLE_SUID_NEWGRP) && ${ENABLE_SUID_NEWGRP} == "true"
|
||||
.if defined(ENABLE_SUID_NEWGRP)
|
||||
BINMODE= 4555
|
||||
INSTALLFLAGS= -fschg
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue