mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove single occurance of HAS_CTYPE ifdef, ctype functions
used here for a long time and needs their header in anycase.
This commit is contained in:
parent
31dcbfad38
commit
234f1d7f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.PATH: ${.CURDIR}/../../contrib/ee
|
||||
|
||||
CFLAGS+= -DHAS_NCURSES -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB \
|
||||
-DHAS_CTYPE -DHAS_SYS_WAIT
|
||||
-DHAS_SYS_WAIT
|
||||
|
||||
PROG= ee
|
||||
LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit
|
||||
|
|
|
|||
Loading…
Reference in a new issue