Remove X11BASE from here so the one from bsd.port.mk has a chance to set

default. Grepping through src shows only gnu/usr.bin/groff which doesn't
use it in src build and OpenSSH for which this was a NOOP.

Discussed with:	des, ru
Approved by:	ru
This commit is contained in:
lesi 2006-10-06 23:32:23 +00:00
parent 8587b166ef
commit 9a62f30dff

View File

@ -19,8 +19,6 @@ unix ?= We run FreeBSD, not UNIX.
.SUFFIXES: .out .a .ln .o .c .cc .cpp .cxx .C .m .F .f .e .r .y .l .S .asm .s .cl .p .h .sh .SUFFIXES: .out .a .ln .o .c .cc .cpp .cxx .C .m .F .f .e .r .y .l .S .asm .s .cl .p .h .sh
.endif .endif
X11BASE ?= /usr/X11R6
AR ?= ar AR ?= ar
.if defined(%POSIX) .if defined(%POSIX)
ARFLAGS ?= -rv ARFLAGS ?= -rv