History log of /freebsd-current/tools/tools/gensnmpdef/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 7cc42f6d 30-Sep-2020 Kyle Evans <kevans@FreeBSD.org>

Do a sweep and remove most WARNS=6 settings

Repeating the default WARNS here makes it slightly more difficult to
experiment with default WARNS changes, e.g. if we did something absolutely
bananas and introduced a WARNS=7 and wanted to try lifting the default to
that.

Drop most of them; there is one in the blake2 kernel module, but I suspect
it should be dropped -- the default WARNS in the rest of the build doesn't
currently apply to kernel modules, and I haven't put too much thought into
whether it makes sense to make it so.


# 1d03de96 02-Nov-2019 Poul-Henning Kamp <phk@FreeBSD.org>

Mention that ports/net-mgmt/libsmi is required


# c7af73f3 08-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Bump WARNS up from 0 to 6

MFC after: 5 days


# 7a7c1b80 06-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Add integration makefile for contrib/bsnmp/gensnmpdef

It's a whole lot less error prone than generating the file completely
by hand.

MFC after: 1 week