=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/top/Makefile 2007/09/25 06:02:36 1.14 +++ src/usr.bin/top/Makefile 2010/03/18 12:28:09 1.15 @@ -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