diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-05-30 07:28:27 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-05-30 07:28:27 +0000 |
| commit | 97e028fcd42cb7680837f5dabb430fce4ef0b5fe (patch) | |
| tree | 224338088e9997844713927b1ad35176256d4117 /gnu | |
| parent | 97e9656ff8c4e816a7cabc091d211679efdb9057 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 63cbd0b629a6..6ba9ef2e1fe3 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -4,7 +4,6 @@ SUBDIR= ${_binutils} \ ${_cc} \ - dialog \ diff \ diff3 \ ${_dtc} \ @@ -49,6 +48,8 @@ _gdb= gdb _cc= cc .endif +SUBDIR.${MK_DIALOG}+= dialog + SUBDIR_PARALLEL= .include <bsd.subdir.mk> |
