mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
2) Don't compile vendor ID. 3) WARNS=4 fixes (constness, make a global local to avoid shadowing, unused parameters, rename local to avoid shadowing, remove junk after #endif) 4) remove some "register"s.
6 lines
88 B
Makefile
6 lines
88 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= checknr
|
|
|
|
.include <bsd.prog.mk>
|