Correction of paths for BSDs
This commit is contained in:
committed by
Jon Trulson
parent
ca9da25d44
commit
3a28782409
@@ -56,8 +56,12 @@ fi
|
||||
|
||||
#ifdef sun
|
||||
XDIR=/usr/openwin/bin
|
||||
#elif defined(CSRG_BASED) || defined(linux)
|
||||
#elif defined(linux)
|
||||
XDIR=/usr/bin
|
||||
#elif defined(__OpenBSD__)
|
||||
XDIR=/usr/X11R6/bin
|
||||
#elif defined(__FreeBSD__)
|
||||
XDIR=/usr/local/bin
|
||||
#else
|
||||
XDIR=/usr/bin/X11
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user