summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-01-20 21:58:46 +0000
committerjdp <jdp@FreeBSD.org>1999-01-20 21:58:46 +0000
commit54b13b2539a02054a483f2b9fa413910d32b3867 (patch)
tree1ebb02886965b895dafbe5ead2af75276bb2f423 /usr.bin/login/Makefile
parentcf32a03bc9556d6c3dc927d7eb9d276d21d43d41 (diff)
downloadFreeBSD-src-54b13b2539a02054a483f2b9fa413910d32b3867.zip
FreeBSD-src-54b13b2539a02054a483f2b9fa413910d32b3867.tar.gz
Allow login to be linked statically even when PAM is used, since
there is now a static version of libpam.
Diffstat (limited to 'usr.bin/login/Makefile')
-rw-r--r--usr.bin/login/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index f29d08a..5d77ec8 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.25 1998/11/21 18:27:15 jdp Exp $
+# $Id: Makefile,v 1.26 1999/01/19 22:59:37 abial Exp $
PROG= login
MAN1= login.1
@@ -15,11 +15,9 @@ LDADD= -lutil -lcrypt
CFLAGS+= -DNO_PAM
.else
DPADD+= ${LIBPAM}
-LDADD+= -lpam
-NOSHARED=no
+LDADD+= ${MINUSLPAM}
.endif
-
BINMODE=4555
INSTALLFLAGS=-fschg
OpenPOWER on IntegriCloud