diff --git a/usr.sbin/mlxcontrol/Makefile b/usr.sbin/mlxcontrol/Makefile index 3f2755bda929..5a425fd003da 100644 --- a/usr.sbin/mlxcontrol/Makefile +++ b/usr.sbin/mlxcontrol/Makefile @@ -1,13 +1,11 @@ # $FreeBSD$ -PACKAGE= mlx-tools - PROG= mlxcontrol MAN= mlxcontrol.8 SRCS= command.c config.c interface.c util.c CFLAGS+= -I${SRCTOP}/sys WARNS?= 2 .include