diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-09-27 18:08:38 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-09-27 18:08:38 +0000 |
| commit | f987297fc922c229de89a065ed138a26ae66c8c8 (patch) | |
| tree | 6764ba6e1a2c6a263f084e64144061e3958c184d /gnu | |
| parent | dc7c777336056d6c8fbe7e9a23b445791ce39479 (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> |
