diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-03-08 15:21:56 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-03-08 15:21:56 +0000 |
| commit | e808190a59fe2501bea01192584e2981e62083bd (patch) | |
| tree | 4f99d8488e9959de7f83866260a060f215f8fdd4 /targets | |
| parent | 479c9e50e1689d34b8bf352f401e45b4c4191f1c (diff) | |
Notes
Diffstat (limited to 'targets')
| -rw-r--r-- | targets/pseudo/userland/Makefile.depend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index 98690f74ae5f1..893d8cbcc5da2 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -889,6 +889,10 @@ DIRDEPS+= \ DIRDEPS+= usr.sbin/cxgbetool .endif +.if ${MK_MLX5TOOL} != "no" +DIRDEPS+= usr.sbin/mlx5tool +.endif + .if ${MK_GPL_DTC} != "yes" DIRDEPS+= usr.bin/dtc .endif |
