mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Don't use ncurses, use termcap
Add DPADD
This commit is contained in:
parent
579f4eb4cd
commit
ecb7192ace
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61288
@ -8,7 +8,8 @@ SRCS= cmp.c setflags.c ls.c print.c util.c
|
||||
|
||||
.if !defined(RELEASE_BUILD_FIXIT)
|
||||
CFLAGS+= -DCOLORLS
|
||||
LDADD= -lncurses
|
||||
LDADD+= -ltermcap
|
||||
DPADD+= ${LIBTERMCAP}
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user