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:
Gordon Tetlow 2003-11-19 19:57:20 +00:00
parent 1cd5fbd854
commit dc59303d62

View File

@ -11,4 +11,6 @@ WARNS= 0
DPADD= ${LIBUTIL} ${LIBCRYPT}
LDADD= -lutil -lcrypt
NOSHARED?= YES
.include <bsd.prog.mk>