1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/usr.sbin/mlxcontrol/Makefile
2001-03-26 14:42:20 +00:00

10 lines
152 B
Makefile

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