Still need -lmd on the alpha as it doesn't have shlibs yet

This commit is contained in:
Gary Palmer 1998-08-30 16:07:18 +00:00
parent e6d0d4a4c4
commit 521e091823
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38643

View file

@ -28,7 +28,7 @@ DISTRIBUTION= krb
.endif
# Do we have to provide an implementation for libskey.so?
.if ${OBJFORMAT} != elf
.if ${OBJFORMAT} != elf || ${MACHINE_ARCH} == "alpha"
LDADD+= -lmd
DPADD+= ${LIBMD}
.endif