From 4cc2c0e4942f2934583beb8f1b29bd766831648d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 7 May 2000 09:23:37 +0000 Subject: [PATCH] Oops, revert previous commit --- usr.bin/doscmd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile index 83ebca257600..8ecdcec1363a 100644 --- a/usr.bin/doscmd/Makefile +++ b/usr.bin/doscmd/Makefile @@ -26,8 +26,8 @@ EXEGRP= bin #BINMODE= 2555 EXEMODE= 444 -.if !defined(NO_X11SUPPORT) && !defined(DESTDIR) \ - && exists(${X11BASE}/include/X11/X.h) && exists(${XLIBDIR}/libX11.a) +.if !defined(NO_X) && !defined(DESTDIR) && exists(${X11BASE}/include/X11/X.h) \ + && exists(${XLIBDIR}/libX11.a) CFLAGS+= -I${X11BASE}/include LDADD+= -L${XLIBDIR} -lX11 DPADD+= ${XLIBDIR}/libX11.a