]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUG/MINOR: makefile: fix a tiny typo in the target list
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 03:56:56 +0000 (05:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 03:58:40 +0000 (05:58 +0200)
Previous commit 382001b46 ("BUILD: Add a DragonFlyBSD target") introduced
a tiny typo in the target list ("iopenbs" vs "openbsd"). This will have to
be backported if that patch is backported.

Makefile

index 4aabe34dc7736dd73ea7dcea2d2ada5f905eb4ec..ecb034d3480323a542767c17405d4f0e0947790d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -782,7 +782,7 @@ all:
        @echo "Please choose the target among the following supported list :"
        @echo
        @echo "   linux-glibc, linux-glibc-legacy, linux-musl, solaris, freebsd, dragonfly, "
-       @echo "   iopenbs, netbsd, cygwin, haiku, aix51, aix52, aix72-gcc, osx, generic, "
+       @echo "   openbsd, netbsd, cygwin, haiku, aix51, aix52, aix72-gcc, osx, generic, "
        @echo "   custom"
        @echo
        @echo "Use \"generic\" if you don't want any optimization, \"custom\" if you"