diff options
Diffstat (limited to 'usr.bin/top')
-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 8c2fddc63a5..432cff31dd0 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2001/06/27 06:16:49 art Exp $ +# $OpenBSD: Makefile,v 1.9 2003/05/29 17:34:25 deraadt Exp $ # # Makefile for OpenBSD top-3.4. PROG= top -CFLAGS+=-I. -I${.CURDIR} -DORDER +CFLAGS+=-I. -DORDER SRCS= commands.c display.c machine.c screen.c top.c username.c utils.c \ version.c DPADD= ${LIBCURSES} ${LIBM} |