diff options
author | lesi <lesi@FreeBSD.org> | 2006-10-06 23:32:23 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2006-10-06 23:32:23 +0000 |
commit | 9a62f30dff593f026e22b2b246289b5a08f92d69 (patch) | |
tree | f5bbf881507d0ca783a2db30cc239938e7682fe9 | |
parent | 8587b166ef726247076231f7199b6ac0e1925c4f (diff) | |
download | FreeBSD-src-9a62f30dff593f026e22b2b246289b5a08f92d69.zip FreeBSD-src-9a62f30dff593f026e22b2b246289b5a08f92d69.tar.gz |
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
-rw-r--r-- | share/mk/sys.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 37f7a7d..a78dfa0 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -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 .endif -X11BASE ?= /usr/X11R6 - AR ?= ar .if defined(%POSIX) ARFLAGS ?= -rv |