Makefile revision 109267
1# $FreeBSD: head/usr.sbin/getpmac/Makefile 109267 2003-01-15 01:43:09Z chris $
2
3PROG=   getpmac
4MAN=	getpmac.8
5SRCS=   getpmac.c
6
7WARNS?=	2
8
9.include <bsd.prog.mk>
10