summaryrefslogtreecommitdiff
path: root/usr.bin/window/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/window/Makefile')
-rw-r--r--usr.bin/window/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile
index 201e77f8e39..18386e4fbe4 100644
--- a/usr.bin/window/Makefile
+++ b/usr.bin/window/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1999/11/14 17:34:24 millert Exp $
+# $OpenBSD: Makefile,v 1.8 2000/04/15 05:22:14 millert Exp $
PROG= window
SRCS= char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \
@@ -15,8 +15,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
MAN= window.1
-DPADD= ${LIBOCURSES}
-LDADD= -locurses
-CFLAGS+=-D_USE_OLD_CURSES_
+DPADD= ${LIBCURSES}
+LDADD= -lcurses
.include <bsd.prog.mk>