summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2010-03-18 12:28:10 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2010-03-18 12:28:10 +0000
commit58a49fb129b5319c23ad5fa71d9d92eb2688be72 (patch)
tree60cd3ea426ce18972ef23a446ab5adfd0ab2509d
parent9ac7057994217c4b7fbe819bafab4c414bc9f4bc (diff)
zap -g that sneaked in some time ago
-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 9da281a6ac8..a8aa0cb8a9d 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.14 2007/09/25 06:02:36 otto Exp $
+# $OpenBSD: Makefile,v 1.15 2010/03/18 12:28:09 otto Exp $
#
# Makefile for OpenBSD top-3.4.
PROG= top
-CFLAGS+=-I. -Wall -g -Wmissing-prototypes
+CFLAGS+=-I. -Wall -Wmissing-prototypes
SRCS= commands.c display.c machine.c screen.c top.c username.c utils.c
DPADD= ${LIBCURSES}
LDADD= -lcurses