diff options
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 |
