mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
`init' needs crypt() for insecure consoles.
This commit is contained in:
parent
021d975d03
commit
053b68b9ae
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
PROG= init
|
||||
MAN8= init.8
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
LDADD= -lutil -lcrypt
|
||||
BINMODE=500
|
||||
INSTALLFLAGS=-fschg
|
||||
CFLAGS+=-DDEBUGSHELL -DSECURE
|
||||
|
|
|
|||
Loading…
Reference in a new issue