It compiles at WARNS=3.

This commit is contained in:
cube 2004-11-14 20:06:03 +00:00
parent 96c0d03c20
commit 992f7838e6
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.1 2003/11/24 21:58:45 cube Exp $
# $NetBSD: Makefile,v 1.2 2004/11/14 20:06:03 cube Exp $
SRCS= ethfoo_lkm.c
KMOD= ethfoo
MAN= #
WARNS= 3
.include <bsd.kmod.mk>