mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
`init' needs crypt() for insecure consoles.
This commit is contained in:
parent
021d975d03
commit
053b68b9ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2072
@ -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 New Issue
Block a user