diff options
Diffstat (limited to 'usr.bin/top/Makefile')
-rw-r--r-- | usr.bin/top/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index 060b1af32ae..44b33b17650 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -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 |