summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-05-07 09:23:36 +0000
committerkris <kris@FreeBSD.org>2000-05-07 09:23:36 +0000
commit390c965a23ca202dea796e03d92cb9d8a09a13d0 (patch)
tree532629c2e5fc1dcf84b78ac5e2d499199f1dcea8 /usr.bin/doscmd/Makefile
parent317ebb57aa2d2c6b4a937eb50867fc515e18b46d (diff)
downloadFreeBSD-src-390c965a23ca202dea796e03d92cb9d8a09a13d0.zip
FreeBSD-src-390c965a23ca202dea796e03d92cb9d8a09a13d0.tar.gz
Update device references.
Diffstat (limited to 'usr.bin/doscmd/Makefile')
-rw-r--r--usr.bin/doscmd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile
index 8ecdcec..83ebca2 100644
--- a/usr.bin/doscmd/Makefile
+++ b/usr.bin/doscmd/Makefile
@@ -26,8 +26,8 @@ EXEGRP= bin
#BINMODE= 2555
EXEMODE= 444
-.if !defined(NO_X) && !defined(DESTDIR) && exists(${X11BASE}/include/X11/X.h) \
- && exists(${XLIBDIR}/libX11.a)
+.if !defined(NO_X11SUPPORT) && !defined(DESTDIR) \
+ && exists(${X11BASE}/include/X11/X.h) && exists(${XLIBDIR}/libX11.a)
CFLAGS+= -I${X11BASE}/include
LDADD+= -L${XLIBDIR} -lX11
DPADD+= ${XLIBDIR}/libX11.a
OpenPOWER on IntegriCloud