=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/top/Makefile 2007/02/23 13:31:45 1.12 --- src/usr.bin/top/Makefile 2007/05/29 00:56:56 1.13 *************** *** 1,10 **** ! # $OpenBSD: Makefile,v 1.12 2007/02/23 13:31:45 millert Exp $ # # Makefile for OpenBSD top-3.4. PROG= top ! CFLAGS+=-I. SRCS= commands.c display.c machine.c screen.c top.c username.c utils.c \ version.c DPADD= ${LIBCURSES} --- 1,10 ---- ! # $OpenBSD: Makefile,v 1.13 2007/05/29 00:56:56 otto Exp $ # # Makefile for OpenBSD top-3.4. PROG= top ! CFLAGS+=-I. -Wall -g -Wmissing-prototypes SRCS= commands.c display.c machine.c screen.c top.c username.c utils.c \ version.c DPADD= ${LIBCURSES}