Make init statically linked by default. It's not worth the pain of having
a dynamically linked init as recently seen by ia64 woes. Approved by: re (jhb)
This commit is contained in:
parent
1cd5fbd854
commit
dc59303d62
@ -11,4 +11,6 @@ WARNS= 0
|
||||
DPADD= ${LIBUTIL} ${LIBCRYPT}
|
||||
LDADD= -lutil -lcrypt
|
||||
|
||||
NOSHARED?= YES
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user