summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/login/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 8bff475..ad1003c 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.16 1997/02/22 19:55:57 peter Exp $
+# $Id: Makefile,v 1.17 1997/09/05 12:00:01 peter Exp $
PROG= login
MAN1= login.1
@@ -21,7 +21,7 @@ LDADD= -lutil -lskey -lcrypt
# have to provide libmd.a for libskey.so to use.
.if ${BINFORMAT} != elf
DPADD+= ${LIBMD}
-LDADD+= lmd
+LDADD+= -lmd
.endif
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_EBONES) && !defined(LC_AUTH)
OpenPOWER on IntegriCloud