From df2348eaf79d692fc7988161270388bbb0aa0212 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 29 May 2003 17:34:26 +0000 Subject: -I${.CURDIR} not needed --- usr.bin/top/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/top/Makefile') 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} -- cgit v1.2.3