Add new option HAVE_STRERROR to CFLAGS.
This commit is contained in:
parent
c48987263d
commit
af61797ee4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user