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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122903

View File

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