1# $FreeBSD$ 2 3PROG= getfmac 4SRCS= getfmac.c 5MAN= getfmac.8 6CFLAGS+=-Wall 7.include <bsd.prog.mk> 8