=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/Makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/top/Makefile 2014/07/16 20:06:27 1.16 +++ src/usr.bin/top/Makefile 2018/09/22 16:50:35 1.17 @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2014/07/16 20:06:27 okan Exp $ +# $OpenBSD: Makefile,v 1.17 2018/09/22 16:50:35 millert Exp $ # # Makefile for OpenBSD top-3.4. PROG= top CFLAGS+=-I. -Wall -Wmissing-prototypes -SRCS= commands.c display.c machine.c screen.c top.c username.c utils.c +SRCS= commands.c display.c machine.c screen.c top.c utils.c DPADD= ${LIBCURSES} LDADD= -lcurses