summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-09-05 18:15:29 +0000
committernate <nate@FreeBSD.org>1997-09-05 18:15:29 +0000
commitfda5f1a41482720e55617e5f92d7539bd5f7f9ad (patch)
tree0a32bd9b00c814aa3aadd8dc6f248da7fe4cd531
parent494026a5bc94d5cc525f7f8706cfeb565c00c90c (diff)
downloadFreeBSD-src-fda5f1a41482720e55617e5f92d7539bd5f7f9ad.zip
FreeBSD-src-fda5f1a41482720e55617e5f92d7539bd5f7f9ad.tar.gz
"lmd" -> "-lmd"
Submitted by: Vincent Poy <vince@venus.gaianet.net>
-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