History log of /freebsd/usr.bin/wg/Makefile (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e9ac4169 15-Jul-2024 Warner Losh <imp@FreeBSD.org>

Remove residual blank line at start of Makefile

This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix


Revision tags: release/14.1.0, release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0
# a2898948 05-Nov-2022 Kyle Evans <kevans@FreeBSD.org>

wg: drop -Wno-cast-qual from CFLAGS

The latest update fixes the warning by applying const to the correct
part of the pointer.


# 02838267 29-Oct-2022 Kyle Evans <kevans@FreeBSD.org>

usr.bin: hook wg(8) up to the build

wg(8) is used to manage WireGuard interfaces; see wg(4) and wg(8) both
for more details and usage examples.