mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04: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>
|