From 521e0918237c904daa57fa3e688b0cf39e6b2ec6 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Sun, 30 Aug 1998 16:07:18 +0000 Subject: Still need -lmd on the alpha as it doesn't have shlibs yet --- usr.bin/su/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 5f64717e9ae5..846fb5ff6785 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 -- cgit v1.3