diff options
author | ache <ache@FreeBSD.org> | 2009-09-04 07:44:27 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2009-09-04 07:44:27 +0000 |
commit | 46887be63efa70f0f71d3dad54bce4df1977b17b (patch) | |
tree | c10895b08dc145b50afac80d99997c02f198c2ae /usr.bin/ee | |
parent | fe4cbf528e20e682402cc9085425289a0062ea3d (diff) | |
download | FreeBSD-src-46887be63efa70f0f71d3dad54bce4df1977b17b.zip FreeBSD-src-46887be63efa70f0f71d3dad54bce4df1977b17b.tar.gz |
Remove single occurance of HAS_CTYPE ifdef, ctype functions
used here for a long time and needs their header in anycase.
Diffstat (limited to 'usr.bin/ee')
-rw-r--r-- | usr.bin/ee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index 6ce39cf..43f0432 100644 --- a/usr.bin/ee/Makefile +++ b/usr.bin/ee/Makefile @@ -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 |