mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
9 lines
97 B
Makefile
9 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= getfmac
|
|
MAN= getfmac.8
|
|
SRCS= getfmac.c
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|