From 4a05a998b2b86895a542793bbc97e704d775f88d Mon Sep 17 00:00:00 2001 From: John Polstra Date: Fri, 22 Jan 1999 12:44:55 +0000 Subject: Force to be included, regardless of the object format. This fixes the undefined symbols when building login for a.out. --- usr.bin/login/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/login') diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 5d77ec850464..595a2fc9fc81 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.26 1999/01/19 22:59:37 abial Exp $ +# $Id: Makefile,v 1.27 1999/01/20 21:58:46 jdp Exp $ PROG= login MAN1= login.1 @@ -20,5 +20,6 @@ LDADD+= ${MINUSLPAM} BINMODE=4555 INSTALLFLAGS=-fschg +NEED_LIBNAMES= yes .include -- cgit v1.2.3