devdraw: add /usr/X11R7 for NetBSD

Fixes #362.
This commit is contained in:
Russ Cox 2020-12-30 07:18:30 -05:00
parent 1857120806
commit 8b9aaf2e3f

View file

@ -7,6 +7,8 @@ if [ "x$X11" = "x" ]; then
X11=/usr/X11R6
elif [ -d /usr/local/X11R6 ]; then
X11=/usr/local/X11R6
elif [ -d /usr/X11R7 ]; then
X11=/usr/X11R7
elif [ -d /usr/X ]; then
X11=/usr/X
elif [ -d /usr/openwin ]; then # for Sun