diff options
author | kris <kris@FreeBSD.org> | 2000-05-07 09:23:37 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-05-07 09:23:37 +0000 |
commit | c23bb59143c7fe670893513c1da11076baf54b8e (patch) | |
tree | 48fc79599894ba4afec951dbad9e9d0cf8dc95fc /usr.bin | |
parent | 390c965a23ca202dea796e03d92cb9d8a09a13d0 (diff) | |
download | FreeBSD-src-c23bb59143c7fe670893513c1da11076baf54b8e.zip FreeBSD-src-c23bb59143c7fe670893513c1da11076baf54b8e.tar.gz |
Oops, revert previous commit
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/doscmd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile index 83ebca2..8ecdcec 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 |