=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/top/Makefile 2001/06/27 06:16:49 1.8 --- src/usr.bin/top/Makefile 2003/05/29 17:34:25 1.9 *************** *** 1,10 **** ! # $OpenBSD: Makefile,v 1.8 2001/06/27 06:16:49 art Exp $ # # Makefile for OpenBSD top-3.4. PROG= top ! CFLAGS+=-I. -I${.CURDIR} -DORDER SRCS= commands.c display.c machine.c screen.c top.c username.c utils.c \ version.c DPADD= ${LIBCURSES} ${LIBM} --- 1,10 ---- ! # $OpenBSD: Makefile,v 1.9 2003/05/29 17:34:25 deraadt Exp $ # # Makefile for OpenBSD top-3.4. PROG= top ! CFLAGS+=-I. -DORDER SRCS= commands.c display.c machine.c screen.c top.c username.c utils.c \ version.c DPADD= ${LIBCURSES} ${LIBM}