Add new option HAVE_STRERROR to CFLAGS.

This commit is contained in:
dwmalone 2002-01-24 17:59:39 +00:00
parent c48987263d
commit af61797ee4

View File

@ -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