Make static in our normal manner.

Submitted by:	bde
This commit is contained in:
obrien 2002-10-21 03:21:50 +00:00
parent 47c985c054
commit 3605c4bf8d

View File

@ -9,7 +9,7 @@ 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
LDFLAGS+= -static
NOSHARED?= yes
.endif
.include <bsd.prog.mk>