aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index e992c31a2144..c9a40d3eca83 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.23 1998/11/11 05:47:45 jdp Exp $
+# $Id: Makefile,v 1.24 1998/11/21 02:22:14 jdp Exp $
PROG= login
MAN1= login.1
@@ -10,6 +10,7 @@ CFLAGS+=-Wall -DLOGIN_ACCESS -DLOGALL
DPADD= ${LIBUTIL} ${LIBCRYPT} ${LIBPAM}
LDADD= -lutil -lcrypt -lpam
+NOSHARED=no
BINMODE=4555
INSTALLFLAGS=-fschg