From b84c8f34fdac55981255cfd7496fc1fbbfda01f8 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 29 Dec 2001 14:03:03 +0000 Subject: [PATCH] Fixed bitrot in DPADD in rev.1.8. --- usr.bin/window/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile index d365ccd3e9e..73788c36d65 100644 --- a/usr.bin/window/Makefile +++ b/usr.bin/window/Makefile @@ -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