3e7cb94c9c
- Constify structure members that should not be changed during process. - Apply static where needed - signed/unsigned madness - Bump WARNS?= levels from 2 to 6 (this is a diff reduction for a subsequent commit against these Makefile's)
10 lines
97 B
Makefile
10 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= getpmac
|
|
MAN= getpmac.8
|
|
SRCS= getpmac.c
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|