diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-23 16:17:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-25 13:25:32 +0000 |
commit | 2a50a9de8340f08bd876e9e5993332ae14376f80 (patch) | |
tree | 004afbecfcb81e5fe27298b3e0b29df1584607c4 /share/Makefile | |
parent | 0af562d7e1850bbef230d30805c101b26588a3ed (diff) |
terminfo: add terminfo database
Tested by: manu, jbeich
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile b/share/Makefile index c4e12b05f7db..d6854b230ae5 100644 --- a/share/Makefile +++ b/share/Makefile @@ -26,6 +26,7 @@ SUBDIR= ${_colldef} \ ${_syscons} \ tabset \ termcap \ + terminfo \ ${_timedef} \ ${_vt} \ ${_zoneinfo} |