diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-12-29 14:03:03 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-12-29 14:03:03 +0000 |
| commit | b84c8f34fdac55981255cfd7496fc1fbbfda01f8 (patch) | |
| tree | 4a45a7a79d053b92a5923545c94cd5bbc795786a /usr.bin/window | |
| parent | 6b96c275e91b2d8aac62433d5918ae4f9cda7865 (diff) | |
Notes
Diffstat (limited to 'usr.bin/window')
| -rw-r--r-- | usr.bin/window/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile index d365ccd3e9e3b..73788c36d65f4 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 <bsd.prog.mk> |
