drahn
6c296318c2
Do not build binutils on arm. ARM needs at least binutils 2.14.
Allows others to build OpenBSD/cats, use binutils from devel/binutils/stable
Requested by deraadt@
20 years ago
drahn
43027cba57
Enable gnu/lib/libf2c for 'make includes' with GCC3, for [fg]2c.h ok deraadt@
21 years ago
espie
41f19df4c1
USE_GCC3 switch, now that propolice is in.
21 years ago
espie
19cd71fa7a
put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
to built-ins, so eventually we will have one version of these files.
Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h
and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes.
okay millert@, drahn@, miod@.
21 years ago
millert
f5061b1804
Need ftw.h for ftw(3) and nftw(3)
21 years ago
deraadt
9997e4866f
do not enter libcom_err
21 years ago
mho
416353430e
Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ...
21 years ago
markus
98d2c98958
swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles
get rid old include files; with itojun@ and tdeval@; ok itojun@, deraadt@
21 years ago
mho
d946d76de6
Remove krb4 support.
21 years ago
millert
0c18cf7d6b
Install sha2.h
21 years ago
marc
14f9c99279
install includes from libpthread, not libc_r
22 years ago
miod
2a81a3c366
Intall getopt.h in /usr/include as well.
22 years ago
markus
9c095a9002
build OpenSSL without symlink trees:
* manpage related things moved to src/libssl/man/Makefile
* there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead
of one single src/libssl/obj
* instead of running Configure (with generates lots of symlinks, and
opensslconf.h) this patch stores pre-computed opensslconf.h files
in src/libssl/crypto/arch
* requires a make includes before the library can be built
* libssl and libcrypto can be build separately
(e.g. cd src/libssl/ssl && make obj && make)
* make depend is now supported
* no more symlink trees
tested by miod@ and fries@
22 years ago
naddy
3c97953878
install headers from libevent; ok miod@
22 years ago
itojun
baf5dbc5c2
backout previous
22 years ago
itojun
ba0bf33dd5
pax -s <regex> is botched, don't use it.
22 years ago
drahn
5f741cd067
Switch powerpc to using new split (aout/elf) link.h
22 years ago
art
dd4b550c8e
split link.h into three parts. The MI parts are left in link.h
a.out stuff in link_aout.h and ELF stuff in link_elf.h.
Switch sparc64 back to MI link.h.
drahn@ ok (powerpc will switch soon).
22 years ago
art
f4ed53b67c
Don't use MI dlfcn.h that are identical to the MD one.
22 years ago
deraadt
960ff08999
no argh. we should doc these targets better
22 years ago
deraadt
69776d907d
put libssl in PRDIRS instead; andre@ae-35.com
22 years ago
deraadt
5cb76bf091
we do not need this to be Makefile.bsd-wrapper
22 years ago
espie
17f93081c7
includes should be installed during `make include', not later.
Fixes this for lex and binutils' bfd.
Also, do not install ansidecl.h, we don't really need it, bfd.h uses it,
and we installed it so that bfd worked, so let bfd.h include it directly.
prompted by mickey@
22 years ago
fgsch
7d8e1d2566
install link.h and dlfcn.h from sys/arch/sparc64/include.
22 years ago
mickey
babb829c73
netiso/xebec no more
23 years ago
pvalchev
17617cda76
libusb -> libusbhid
23 years ago
deraadt
7db009aebc
no more vm in LDIRS
23 years ago
deraadt
a8aac581b0
how did ../lib/libusb not get added? Bad developers
23 years ago
deraadt
a6e7577b48
we talked about libsectok having an include target a couple of times....
23 years ago
pvalchev
bb58cddc90
remove mips leftovers; ok brad
23 years ago
deraadt
ddab92e571
Why was a very large chunk of code commited to the source tree without
checking if a make build of the entire system still works? How many
other parts of the tree are now not going to build? All development
has not stopped until this is fixed.
23 years ago
hin
a8de85e124
Install kerberosV includefiles
23 years ago
art
13197aa966
Simplify.
23 years ago
art
42f0d717ff
Install link.h and dlfcn.h on alpha.
23 years ago
espie
7fb32d62d9
Speed-up:
- remove extra subshells;
- use exec on terminal commands, avoiding dangling shells that don't
control anything.
More correct:
- use && some more;
- remove `-' in front of includes, so that failures WILL fail...
Okay millert@, deraadt@
23 years ago
millert
ffba857a64
Build gnu/lib/libreadline and use it instead of the one currently
in the binutils dir.
24 years ago
espie
1361eb69ee
Add ohash_* functions to libc.
Ok'd deraadt@, millert@
24 years ago
brad
29274a5250
*cough*someone forgot to remove libgmp*cough*
24 years ago
millert
8256513959
Add references to new files.
24 years ago
hugh
7b499760f9
Don't install ieeefp.h on vax. derradt Ok.
24 years ago
rahnds
86604aa426
Now that powerpc has shared libraries, make certain that link.h and dlfcn.h
are created properly.
24 years ago
deraadt
1b554ab13f
install netnatm includes; stoklund@cp.dyndns.dk
24 years ago
espie
4cbc49a8f1
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
24 years ago
millert
c24c30dbae
login.conf code from BSDi. This does not include the bsd auth code
which will come later. At this stage it is primarily used for setting
resource limits.
24 years ago
niklas
f7dac6d2af
A more normal way of building kerberos, faster, and it works with SUDO
25 years ago
deraadt
2e407ed6c6
install crypto headers
25 years ago
hin
7e0be9982c
Include files for KerberosIV have moved.
(ok art@)
25 years ago
itojun
68fe588191
add getifaddrs(3), from bsdi4.
this will help future apps from complexity of SIOCGIFCONF.
NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.
25 years ago
deraadt
e462b3f68d
do not install /usr/include/dev/microcode/
25 years ago
espie
106f3281ec
Generate g2c.h at prereq stage.
Install it under /usr/include
25 years ago