diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-25 21:30:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-25 21:30:50 +0000 |
commit | 092283e362e713132c28913eebacc001ef15361b (patch) | |
tree | d948ffc18f94157cffd158759f2b728843d33c8d /usr.bin/tput | |
parent | 7f9d59daa77ccb85f4e165904f3149467d6fa476 (diff) |
use ocurses correctly
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 61151d767be..e1bd77d0cf0 100644 --- a/usr.bin/tput/Makefile +++ b/usr.bin/tput/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 1998/07/25 20:47:31 downsj Exp $ +# $OpenBSD: Makefile,v 1.8 1998/07/25 21:30:49 millert Exp $ PROG= tput -DPADD= ${LIBCURSES} +CFLAGS+= -D_USE_OLD_CURSES_ +DPADD= ${LIBOLDCURSES} LDADD= -locurses MLINKS= tput.1 clear.1 LINKS= ${BINDIR}/tput ${BINDIR}/clear |