diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-02-17 13:21:23 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-06-29 13:49:22 +0000 |
| commit | 5b2bdadeb6c25c10dac9722fd66a668e14d3b384 (patch) | |
| tree | 803aea25ff7939c67b5c3151d091e2e37204063d /gnu/usr.bin | |
| parent | e6467516f584505ac29fd370966abd530a7b5454 (diff) | |
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/Makefile | 1 | ||||
| -rw-r--r-- | gnu/usr.bin/dialog/Makefile | 8 | ||||
| -rw-r--r-- | gnu/usr.bin/dialog/Makefile.depend | 19 |
3 files changed, 0 insertions, 28 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index d5b127546c6f..29304ed5f73f 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,6 +1,5 @@ .include <src.opts.mk> -SUBDIR.${MK_DIALOG}+= dialog SUBDIR.${MK_TESTS}+= tests SUBDIR_PARALLEL= diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile deleted file mode 100644 index a4a109e112f2..000000000000 --- a/gnu/usr.bin/dialog/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -DIALOG= ${SRCTOP}/contrib/dialog -PROG= dialog - -LIBADD= dialog tinfow ncursesw m -CFLAGS+= -I${.CURDIR} -I${DIALOG} -.PATH: ${DIALOG} - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/dialog/Makefile.depend b/gnu/usr.bin/dialog/Makefile.depend deleted file mode 100644 index 492411c88ada..000000000000 --- a/gnu/usr.bin/dialog/Makefile.depend +++ /dev/null @@ -1,19 +0,0 @@ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - gnu/lib/libdialog \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libcompiler_rt \ - lib/msun \ - lib/ncurses/ncurses \ - lib/ncurses/tinfo \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif |
