summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-25 05:51:26 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-25 05:51:26 +0000
commit7db13a2dc4644a58de3fb3c5f920770a1394c6a4 (patch)
treed985d6d86a2855451b821f587104f794b93379bf
parentd3015cb250b3a2aa54aef6f40235fcb02f2bc5e9 (diff)
The need to to statically link this on alpha seemed to be
some kind of transient problem.
-rw-r--r--usr.bin/login/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 809b049f73c..cd3602553de 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,14 +1,10 @@
-# $OpenBSD: Makefile,v 1.19 2001/06/13 20:37:24 millert Exp $
+# $OpenBSD: Makefile,v 1.20 2001/06/25 05:51:25 art Exp $
PROG= login
SRCS= login.c failedlogin.c
DPADD= ${LIBUTIL}
LDADD= -lutil
-.if (${MACHINE_ARCH} == "alpha")
-LDSTATIC= ${STATIC}
-.endif
-
BINOWN= root
BINMODE=4555