From af61797ee4867843af58779137700f09761c4ff6 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Thu, 24 Jan 2002 17:59:39 +0000 Subject: Add new option HAVE_STRERROR to CFLAGS. --- usr.bin/top/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') 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 -- cgit v1.1