mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 20:54:13 +01:00
`init' needs crypt() for insecure consoles.
This commit is contained in:
parent
95ac71623b
commit
5d2f25e02e
@ -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