aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2002-01-24 17:59:39 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2002-01-24 17:59:39 +0000
commit24bd57cbbdc323e6f5425499e209f8cd723aac51 (patch)
tree9c27a8cc12dc9d4a0d8cda159aa3a727296e892d /usr.bin
parent337fd7a891fab9d73e904aa2a858b73aa3f5c3b0 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/top/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index 35ed3ba2b78f..3e42b1cf3f8c 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -4,7 +4,7 @@ PROG= top
TOPDIR= ${.CURDIR}/../../contrib/top
.PATH: ${TOPDIR}
-CFLAGS+= -DHAVE_GETOPT -I${.CURDIR} -I${TOPDIR} -I. -DORDER
+CFLAGS+= -DHAVE_GETOPT -DHAVE_STRERROR -I${.CURDIR} -I${TOPDIR} -I. -DORDER
WARNS?= 0