diff options
author | 2000-03-01 03:56:41 +0000 | |
---|---|---|
committer | 2000-03-01 03:56:41 +0000 | |
commit | 84182b93c047804e7d593da6ab4647bc6ea72e1b (patch) | |
tree | a93c2a4abe74eb8d90fb54c9d8c446da086981aa | |
parent | typo fix; halogen@nol.net (diff) | |
download | wireguard-openbsd-84182b93c047804e7d593da6ab4647bc6ea72e1b.tar.xz wireguard-openbsd-84182b93c047804e7d593da6ab4647bc6ea72e1b.zip |
rm dup
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |