diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2002-01-24 17:59:39 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2002-01-24 17:59:39 +0000 |
commit | af61797ee4867843af58779137700f09761c4ff6 (patch) | |
tree | 9c27a8cc12dc9d4a0d8cda159aa3a727296e892d /usr.bin/top | |
parent | c48987263d3f55042a1e5d0c5e8411ed21161f2d (diff) | |
download | FreeBSD-src-af61797ee4867843af58779137700f09761c4ff6.zip FreeBSD-src-af61797ee4867843af58779137700f09761c4ff6.tar.gz |
Add new option HAVE_STRERROR to CFLAGS.
Diffstat (limited to 'usr.bin/top')
-rw-r--r-- | usr.bin/top/Makefile | 2 |
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 |