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