Remove the hack to build groff statically on alpha, now that the rtld

has been extended to grok binaries with only one PLT_LOAD segment

An UPDATING entry about this is pending review..

Approved by: ru
This commit is contained in:
gallatin 2002-10-23 21:28:52 +00:00
parent e21791b49b
commit 23cc6f41f9

View File

@ -6,10 +6,4 @@ DPADD= ${LIBGROFF} ${LIBM}
LDADD= ${LIBGROFF} -lm
CLEANFILES= ${MAN}
.if ${MACHINE_ARCH} == "alpha"
#XXXX ld produces only one PT_LOAD segment when this binary
#XXXX is linked dynamically, which confuses the rtld
NOSHARED?= yes
.endif
.include <bsd.prog.mk>