History log of /freebsd-current/usr.bin/wg/Makefile
Revision Date Author Comments
# a2898948 04-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 28-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.