freebsd-skq/usr.sbin/mlxcontrol/Makefile
2001-03-20 18:17:26 +00:00

9 lines
133 B
Makefile

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