1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-29 08:08:37 +00:00

These are WARNS=5 clean, mark them as such to keep them that way.

Look at by:	sebastian.ssmoller@web.de on audit@
This commit is contained in:
Johan Karlsson 2003-04-23 20:22:33 +00:00
parent d8422795fa
commit b107cd7718
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113932
2 changed files with 2 additions and 0 deletions

View File

@ -28,5 +28,6 @@
PROG= kldconfig
MAN= kldconfig.8
WARNS?= 5
.include <bsd.prog.mk>

View File

@ -28,5 +28,6 @@
PROG= kldload
MAN= kldload.8
WARNS?= 5
.include <bsd.prog.mk>