summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-06-02 06:10:14 +0000
committerderaadt <deraadt@openbsd.org>2015-06-02 06:10:14 +0000
commit91c7b537e181c18927269f652d36e6883bce9a19 (patch)
tree56fcf2509f1df4df54ea4c389a73605be9edb34b /Makefile
parentMake sparc go PIE (not `static PIE' yet). (diff)
downloadwireguard-openbsd-91c7b537e181c18927269f652d36e6883bce9a19.tar.xz
wireguard-openbsd-91c7b537e181c18927269f652d36e6883bce9a19.zip
missing " spotted by Kyle Milz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 675c7c7c7ac..4fc66437aed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.123 2014/08/26 20:19:25 rpe Exp $
+# $OpenBSD: Makefile,v 1.124 2015/06/02 06:10:14 deraadt Exp $
#
# For more information on building in tricky environments, please see
@@ -27,7 +27,7 @@
#
# 5) If you want to setup a cross-build environment, there is a "cross-gcc"
# target available which upon completion of:
-# make -f Makefile.cross TARGET=<target> cross-gcc"
+# "make -f Makefile.cross TARGET=<target> cross-gcc"
# (where <target> is one of the names in the /sys/arch directory) will produce
# a set of compilation tools along with the includes in the /usr/cross/<target>
# directory. The "cross-distrib" target will build cross-tools as well as