Index: bin/Makefile.inc =================================================================== RCS file: /home/ncvs/src/bin/Makefile.inc,v retrieving revision 1.20 diff -u -r1.20 Makefile.inc --- bin/Makefile.inc 19 Nov 2003 16:59:00 -0000 1.20 +++ bin/Makefile.inc 5 Aug 2004 21:21:08 -0000 @@ -4,6 +4,6 @@ BINDIR?= /bin WARNS?= 6 -.if defined(NO_DYNAMICROOT) || ${MACHINE_ARCH} == "ia64" +.if defined(NO_DYNAMICROOT) NOSHARED?= YES .endif Index: sbin/Makefile.inc =================================================================== RCS file: /home/ncvs/src/sbin/Makefile.inc,v retrieving revision 1.12 diff -u -r1.12 Makefile.inc --- sbin/Makefile.inc 19 Nov 2003 16:59:00 -0000 1.12 +++ sbin/Makefile.inc 5 Aug 2004 21:21:08 -0000 @@ -4,6 +4,6 @@ BINDIR?= /sbin WARNS?= 2 -.if defined(NO_DYNAMICROOT) || ${MACHINE_ARCH} == "ia64" +.if defined(NO_DYNAMICROOT) NOSHARED?= YES .endif