diff options
Diffstat (limited to 'usr.bin/top/Makefile')
-rw-r--r-- | usr.bin/top/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index cc71f6d7a35..13211746938 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1997/08/17 01:01:59 downsj Exp $ +# $OpenBSD: Makefile,v 1.3 1998/07/24 00:11:04 millert Exp $ # # Makefile for OpenBSD top-3.4. @@ -7,8 +7,8 @@ PROG= top CFLAGS+=-I. -I${.CURDIR} SRCS= commands.c display.c machine.c screen.c top.c username.c utils.c \ version.c -DPADD= ${LIBTERMLIB} ${LIBM} ${LIBKVM} -LDADD= -ltermlib -lm -lkvm +DPADD= ${LIBCURSES} ${LIBM} ${LIBKVM} +LDADD= -lcurses -lm -lkvm BINGRP= kmem BINMODE=2555 |