mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed bitrot in DPADD in rev.1.8.
This commit is contained in:
parent
6b96c275e9
commit
b84c8f34fd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ SRCS= char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \
|
|||
wwterminfo.c wwtty.c wwunframe.c wwupdate.c wwwrite.c xx.c xxflush.c \
|
||||
compress.c
|
||||
WARNS?= 0
|
||||
DPADD= ${LIBTERMCAP}
|
||||
DPADD= ${LIBTERMCAP} ${LIBUTIL}
|
||||
LDADD= -ltermcap -lutil
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue