diff options
| author | Gary Palmer <gpalmer@FreeBSD.org> | 1998-08-30 16:07:18 +0000 |
|---|---|---|
| committer | Gary Palmer <gpalmer@FreeBSD.org> | 1998-08-30 16:07:18 +0000 |
| commit | 521e0918237c904daa57fa3e688b0cf39e6b2ec6 (patch) | |
| tree | d5f0b6f396dd083c634f512fa90191da7bf2a468 /usr.bin | |
| parent | e6d0d4a4c4ee382f31a69e1475476028dab50a10 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/su/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
