--- src/usr.bin/basename/Makefile 2005/01/16 04:28:00 1.3 +++ src/usr.bin/basename/Makefile 2005/09/27 22:35:51 1.4 @@ -6,4 +6,8 @@ PROG= basename WARNS?= 6 MLINKS= basename.1 dirname.1 +.if defined(BOOTSTRAPPING) +CFLAGS+= -DNO_WCHAR +.endif + .include