From owner-cvs-usrbin Fri Sep 5 11:20:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA23712 for cvs-usrbin-outgoing; Fri, 5 Sep 1997 11:20:55 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA23576; Fri, 5 Sep 1997 11:18:20 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id MAA09706; Fri, 5 Sep 1997 12:18:01 -0600 (MDT) Date: Fri, 5 Sep 1997 12:18:01 -0600 (MDT) Message-Id: <199709051818.MAA09706@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Vincent Poy Cc: Peter Wemm , cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-usrbin@freebsd.org Subject: Re: cvs commit: src/usr.bin/login Makefile In-Reply-To: References: <199709051200.FAA05376@freefall.freebsd.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-cvs-usrbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > usr.bin/login Makefile > > Log: > > If building elf, don't link in libmd.a just for libskey.so to use. Under > > elf, libskey.so will not expose it's implementation on it's caller. > > THis one fails at: > > cc -O -DSKEY -DLOGIN_ACCESS -DLOGALL -DLOGIN_CAP -o login login.o > login_access.o login_fbtab.o -lutil -lskey -lcrypt lmd > cc: lmd: No such file or directory > *** Error code 1 Fixed, thanks! Nate