Makefile revision 105756
1# $FreeBSD: head/usr.sbin/getpmac/Makefile 105756 2002-10-23 03:15:24Z rwatson $
2
3PROG=   getpmac
4SRCS=   getpmac.c
5CFLAGS+=-Wall
6NOMAN=yes
7.include <bsd.prog.mk>
8