1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/mlxcontrol/Makefile

10 lines
153 B
Makefile

# $FreeBSD$
PROG= mlxcontrol
SRCS= command.c config.c interface.c util.c
MAN8= mlxcontrol.8
CFLAGS+= -I${.CURDIR}/../../sys
.include <bsd.prog.mk>