From dc59303d629edefe07b51deaf45ea8bc982dc0e2 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Wed, 19 Nov 2003 19:57:20 +0000 Subject: [PATCH] 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) --- sbin/init/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 3d60bbe012a..75ec72dde4d 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -11,4 +11,6 @@ WARNS= 0 DPADD= ${LIBUTIL} ${LIBCRYPT} LDADD= -lutil -lcrypt +NOSHARED?= YES + .include -- 2.45.2