summaryrefslogtreecommitdiffstats
path: root/usr.bin/su
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1998-08-30 16:07:18 +0000
committergpalmer <gpalmer@FreeBSD.org>1998-08-30 16:07:18 +0000
commit7f39c95951c3336b492e748b93fd3f71c6ba8c65 (patch)
treeafc68489eeb3a6be1c00a3361f30f8e56b509208 /usr.bin/su
parent424a005468a9309b19173b3704ec5dc7194930ad (diff)
downloadFreeBSD-src-7f39c95951c3336b492e748b93fd3f71c6ba8c65.zip
FreeBSD-src-7f39c95951c3336b492e748b93fd3f71c6ba8c65.tar.gz
Still need -lmd on the alpha as it doesn't have shlibs yet
Diffstat (limited to 'usr.bin/su')
-rw-r--r--usr.bin/su/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index 5f64717..846fb5f 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -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
OpenPOWER on IntegriCloud