diff options
Diffstat (limited to 'usr.sbin/mlxcontrol/Makefile')
| -rw-r--r-- | usr.sbin/mlxcontrol/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/mlxcontrol/Makefile b/usr.sbin/mlxcontrol/Makefile new file mode 100644 index 000000000000..e9832876da36 --- /dev/null +++ b/usr.sbin/mlxcontrol/Makefile @@ -0,0 +1,9 @@ +PROG= mlxcontrol +MAN= mlxcontrol.8 +SRCS= command.c config.c interface.c util.c + +CFLAGS+= -I${SRCTOP}/sys + +WARNS?= 2 + +.include <bsd.prog.mk> |
