summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2002-01-24 17:59:39 +0000
committerdwmalone <dwmalone@FreeBSD.org>2002-01-24 17:59:39 +0000
commitaf61797ee4867843af58779137700f09761c4ff6 (patch)
tree9c27a8cc12dc9d4a0d8cda159aa3a727296e892d /usr.bin
parentc48987263d3f55042a1e5d0c5e8411ed21161f2d (diff)
downloadFreeBSD-src-af61797ee4867843af58779137700f09761c4ff6.zip
FreeBSD-src-af61797ee4867843af58779137700f09761c4ff6.tar.gz
Add new option HAVE_STRERROR to CFLAGS.
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 35ed3ba..3e42b1c 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
OpenPOWER on IntegriCloud