summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2000-03-01 03:56:41 +0000
committertodd <todd@openbsd.org>2000-03-01 03:56:41 +0000
commit84182b93c047804e7d593da6ab4647bc6ea72e1b (patch)
treea93c2a4abe74eb8d90fb54c9d8c446da086981aa
parenttypo fix; halogen@nol.net (diff)
downloadwireguard-openbsd-84182b93c047804e7d593da6ab4647bc6ea72e1b.tar.xz
wireguard-openbsd-84182b93c047804e7d593da6ab4647bc6ea72e1b.zip
rm dup
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a36d2a5bd70..ce2648ea0c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.52 1999/12/22 21:25:24 mickey Exp $
+# $OpenBSD: Makefile,v 1.53 2000/03/01 03:56:41 todd Exp $
#
# For more information on building in tricky environments, please see
@@ -113,7 +113,6 @@ CROSSENV= AR=${CROSSDIR}/usr/bin/ar AS=${CROSSDIR}/usr/bin/as \
LORDER=${CROSSDIR}/usr/bin/lorder \
RANLIB=${CROSSDIR}/usr/bin/ranlib \
SIZE=${CROSSDIR}/usr/bin/size STRIP=${CROSSDIR}/usr/bin/strip \
- LORDER=${CROSSDIR}/usr/bin/lorder \
HOSTCC=cc
cross-helpers: