summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-06-25 05:51:25 +0000
committerart <art@openbsd.org>2001-06-25 05:51:25 +0000
commitd2508a712a314d0fd4c7db2fd72615ea6cbfd401 (patch)
tree4937bac2fefb98e1f22c934e0b550af8cd469781
parentIPsec->ipsec for .Xr (mpech@prosoft.org.lv) (diff)
downloadwireguard-openbsd-d2508a712a314d0fd4c7db2fd72615ea6cbfd401.tar.xz
wireguard-openbsd-d2508a712a314d0fd4c7db2fd72615ea6cbfd401.zip
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