mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
remove X11
This commit is contained in:
parent
91cf20ddca
commit
d7d96fb3e2
1 changed files with 1 additions and 3 deletions
|
@ -12,13 +12,11 @@ OBJTYPE=`uname -m | sed '
|
|||
BIN=$PLAN9/bin
|
||||
LIBDIR=$PLAN9/lib
|
||||
|
||||
# BUG - figure this out automatically
|
||||
X11=/usr/X11R6
|
||||
|
||||
O=o
|
||||
OS=$O
|
||||
|
||||
CC=9c
|
||||
#CC=9r
|
||||
LD=9l
|
||||
AS=9a
|
||||
AR=9ar
|
||||
|
|
Loading…
Reference in a new issue