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 9da281a6ac8..a8aa0cb8a9d 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2007/09/25 06:02:36 otto Exp $ +# $OpenBSD: Makefile,v 1.15 2010/03/18 12:28:09 otto Exp $ # # Makefile for OpenBSD top-3.4. PROG= top -CFLAGS+=-I. -Wall -g -Wmissing-prototypes +CFLAGS+=-I. -Wall -Wmissing-prototypes SRCS= commands.c display.c machine.c screen.c top.c username.c utils.c DPADD= ${LIBCURSES} LDADD= -lcurses |