From 234f1d7f1a161d3a4bc8bc22eeb35fbb6fc76edc Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 4 Sep 2009 07:44:27 +0000 Subject: [PATCH] Remove single occurance of HAS_CTYPE ifdef, ctype functions used here for a long time and needs their header in anycase. --- usr.bin/ee/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index 6ce39cf6e35..43f043221a0 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