Fixed bitrot in DPADD in rev.1.8.

This commit is contained in:
Bruce Evans 2001-12-29 14:03:03 +00:00
parent 6b96c275e9
commit b84c8f34fd

View file

@ -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>