summaryrefslogtreecommitdiff
path: root/usr.bin/top/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-05-29 17:34:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-05-29 17:34:26 +0000
commitdf2348eaf79d692fc7988161270388bbb0aa0212 (patch)
tree9bc2f1768478822dfd2f0563e2f7bc1493baf966 /usr.bin/top/Makefile
parent95ac8fad2150d87d684b21d74ed17e24490e57e7 (diff)
-I${.CURDIR} not needed
Diffstat (limited to 'usr.bin/top/Makefile')
-rw-r--r--usr.bin/top/Makefile4
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}