freebsd-dev/usr.sbin/getpmac/Makefile
Xin LI 3e7cb94c9c WARNS?=6 cleanup for [gs]et[fp]mac:
- 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)
2005-01-27 14:44:39 +00:00

10 lines
97 B
Makefile

# $FreeBSD$
PROG= getpmac
MAN= getpmac.8
SRCS= getpmac.c
WARNS?= 6
.include <bsd.prog.mk>