Go to file
Ben Gras a5190194a0 build: don't -L/usr/pkg/lib
You might have to update the compiler-rt package! See UPDATING.

	. the purpose of this -L was solely to find compiler-rt, which contains
	  runtime support code for clang-compiled binaries
	. this also makes all other packaged libraries visible, however
	. it is cleaner to isolate the base system from packages, and so
	  compiler-rt puts itself in /usr/pkg/compiler-rt/lib/ too, which the
	  base system henceforth uses exclusively
	. e.g. this solves a link failure when libfetch is installed as a
	  package
	. the new compiler-rt package also puts itself in /usr/pkg/lib for 'old'
	  systems; that is harmless. The benefit of 'new' systems is that the other
	  packages are hidden.
2012-03-27 12:31:30 +02:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Import NetBSD cat(1) 2012-03-14 16:54:30 +01:00
commands import NetBSD su 2012-03-27 02:19:46 +02:00
common retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
dist/bzip2 import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
docs build: don't -L/usr/pkg/lib 2012-03-27 12:31:30 +02:00
drivers retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
etc ahci: use sys_vumap() instead of sys_umap() 2012-03-24 19:51:13 +01:00
external imported code harmonisation 2012-03-14 16:02:59 +01:00
include next release will be 3.2.1 2012-03-27 12:31:30 +02:00
kernel build: don't -L/usr/pkg/lib 2012-03-27 12:31:30 +02:00
lib libutil: add O_NOCTTY to old pty open code 2012-03-26 17:00:45 +02:00
libexec Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
man import NetBSD su 2012-03-27 02:19:46 +02:00
sbin Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
servers retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
share build: don't -L/usr/pkg/lib 2012-03-27 12:31:30 +02:00
sys imported code harmonisation 2012-03-14 16:02:59 +01:00
test retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
tools import NetBSD su 2012-03-27 02:19:46 +02:00
usr.bin import NetBSD su 2012-03-27 02:19:46 +02:00
usr.sbin user(8): remove output file from source 2012-02-14 15:49:04 +01:00
.gitignore Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile imported code harmonisation 2012-03-14 16:02:59 +01:00