1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

`init' needs crypt() for insecure consoles.

This commit is contained in:
Garrett Wollman 1994-08-15 02:45:37 +00:00
parent 021d975d03
commit 053b68b9ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2072

View File

@ -3,7 +3,7 @@
PROG= init
MAN8= init.8
DPADD= ${LIBUTIL}
LDADD= -lutil
LDADD= -lutil -lcrypt
BINMODE=500
INSTALLFLAGS=-fschg
CFLAGS+=-DDEBUGSHELL -DSECURE