9 lines
79 B
Makefile
9 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= getpmac
|
|
MAN= getpmac.8
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|