diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-09-23 01:52:46 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-10-04 09:38:24 +0000 |
| commit | cbc83e378a7ee8f8aea9811906a2786a8f3bdeb3 (patch) | |
| tree | b4a071cc03a76f69e47815fdae686b2f8cc41eb1 /usr.bin/grdc | |
| parent | 396851c20aebdfada7c108bef5695c6a372e75b1 (diff) | |
Diffstat (limited to 'usr.bin/grdc')
| -rw-r--r-- | usr.bin/grdc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/grdc/Makefile b/usr.bin/grdc/Makefile index d12277df8466..4ea181508b45 100644 --- a/usr.bin/grdc/Makefile +++ b/usr.bin/grdc/Makefile @@ -2,6 +2,6 @@ PROG= grdc MAN= grdc.6 -LIBADD= ncursesw +LIBADD= tinfow ncursesw .include <bsd.prog.mk> |
