diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2025-06-05 23:55:34 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2025-06-05 23:55:34 +0000 |
| commit | 8e35800732573de6c4bc1dd3ac420447fca96231 (patch) | |
| tree | 9f537524cfd563ac5de943b465a5bfd075dac5f7 /lib/ncurses | |
| parent | e9897199576a40360440aa4d2aa48d61c4010f11 (diff) | |
Diffstat (limited to 'lib/ncurses')
| -rw-r--r-- | lib/ncurses/ncurses/Makefile | 2 | ||||
| -rw-r--r-- | lib/ncurses/tinfo/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 254f05a1e740..512a452ad6d0 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -8,8 +8,6 @@ SHLIBDIR?= /lib LIB= ncursesw SHLIB_MAJOR= 9 -NO_LINT= - GENSRCS= \ expanded.c \ lib_gen.c diff --git a/lib/ncurses/tinfo/Makefile b/lib/ncurses/tinfo/Makefile index e11d0e15245e..920bd6e5559c 100644 --- a/lib/ncurses/tinfo/Makefile +++ b/lib/ncurses/tinfo/Makefile @@ -8,8 +8,6 @@ SHLIBDIR?= /lib LIB= tinfow SHLIB_MAJOR= 9 -NO_LINT= - NCURSES_MAJOR!= egrep 'NCURSES_MAJOR[ ]*=' ${NCURSES_DIR}/dist.mk | sed -e 's%^[^0-9]*%%' NCURSES_MINOR!= egrep 'NCURSES_MINOR[ ]*=' ${NCURSES_DIR}/dist.mk | sed -e 's%^[^0-9]*%%' NCURSES_PATCH!= egrep 'NCURSES_PATCH[ ]*=' ${NCURSES_DIR}/dist.mk | sed -e 's%^[^0-9]*%%' |
