diff options
author | jdp <jdp@FreeBSD.org> | 1999-01-22 12:44:55 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-01-22 12:44:55 +0000 |
commit | 437e44b9dff02e99c04c2daa5c24388250388519 (patch) | |
tree | 94547d88b4264b90eac5aeb2a6e2838833ee3808 /usr.bin/login | |
parent | 97c5848571a9a6dce8b515691076fce2ed428faf (diff) | |
download | FreeBSD-src-437e44b9dff02e99c04c2daa5c24388250388519.zip FreeBSD-src-437e44b9dff02e99c04c2daa5c24388250388519.tar.gz |
Force <bsd.libnames.mk> to be included, regardless of the object
format. This fixes the undefined symbols when building login for
a.out.
Diffstat (limited to 'usr.bin/login')
-rw-r--r-- | usr.bin/login/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 5d77ec8..595a2fc 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 <bsd.prog.mk> |