Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-27 | Enable shared libs on sparc64. | Artur Grabowski | |
2001-09-25 | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags | Dale Rahn | |
to 'as' to make it compile pic. add defaults for sparc64 which needs picflags set to -fPIC and ASPICFLAGS to -KPIC. Also simplifies the systemcall generation for sparc64 PIC mode. ok epsie@. | |||
2001-09-25 | a bit too soon. | Marc Espie | |
2001-09-25 | Add /usr/share/gnu, for sharing config.guess, config.sub and other files | Marc Espie | |
in $ac_aux_dir. | |||
2001-09-24 | NOPIC on sparc64 | Jason Wright | |
2001-09-24 | profiling now works | Artur Grabowski | |
2001-09-02 | sparc64 doesn't support profiling for now. | Artur Grabowski | |
2001-08-23 | sparc64 is ELF. | Artur Grabowski | |
2001-07-18 | CDIAGFLAGS, added to CFLAGS if WARNINGS=Yes | Marc Espie | |
Symetrize C++ situation: add CXXOPTS, CXXDIAGFLAGS. | |||
2001-06-27 | Add ELF_TOOLCHAIN makefile variable to be used to deal | Dale Rahn | |
with build differences between ELF and a.out. | |||
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-26 | Only one non-UVM arch left, not for long. | Miod Vallat | |
2001-06-26 | Enable Kerberos 5 | Hans Insulander | |
2001-06-13 | Reverse the logic of setting UVM. Instead of listing all archs that have it, | Artur Grabowski | |
just list the three that don't. | |||
2001-06-13 | alpha is no longer NOPIC. | Artur Grabowski | |
2001-05-08 | Substantial update from NetBSD, most notably gives us UVM support; deraadt@ ok | Aaron Campbell | |
2001-05-05 | Check MACHINE for hp300, not MACHINE_ARCH (which will be m68k) | Todd C. Miller | |
2001-05-04 | Substantial update from NetBSD, most notably gives us UVM support; millert@ ok | Aaron Campbell | |
2001-04-03 | Minor clean-ups: | Marc Espie | |
- document some more things (MANPS, make oddities) - put all PHONY targets in bsd.own.mk, since it's included by everything that uses it. - remove them from bsd.lib.mk, since it includes bsd.own.mk. - ... except for load/unload, which are only in bsd.lkm.mk. - fix spell target, so that it actually depends on the generated file. okay niklas@ | |||
2001-02-17 | define UVM for mvme88k | Miod Vallat | |
2001-02-16 | Engage UVM for powerpc. It is now running fairly well (better than non UVM) | Dale Rahn | |
on my machines as well as on brad's. This change also eliminates the need for the ld.so hack for powerpc. | |||
2000-11-10 | the new MANPS variable specifies that .ps versions of manual pages should | Theo de Raadt | |
also be installed in /usr/share/man/ps[0-9]/ as *.ps files. No MLINKS are made for them. | |||
2000-11-08 | UVM default on alpha | Artur Grabowski | |
2000-11-08 | Enable UVM for amiga. | Artur Grabowski | |
2000-10-29 | vax uses uvm. | Hugh Graham | |
2000-09-07 | Make it official, powerpc does have shared libraries. | Dale S. Rahn | |
2000-07-03 | Set DEBUGLIBS only if not previously set. Allows overrides from | Marco S Hyman | |
command line or mk.conf | |||
2000-05-15 | Add support for building libraries with debugging information in them. | Niklas Hallqvist | |
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage. | |||
2000-03-31 | Define BSD_OWN_MK, to play `don't include the same file twice' game. | Marc Espie | |
2000-02-25 | KerberosIV is now reenabled. | Hans Insulander | |
If i've done my homework right, KerberosIV should work fine now... | |||
2000-02-25 | Disable KerberosIV while commiting new Kerberos stuff. | Hans Insulander | |
If you depend on Kerberos, DON'T update your tree until Kerberos has been enabled again. (art@ ok) | |||
2000-02-08 | Add DIRMODE | Marc Espie | |
Suggested by Matthew Patton. | |||
1999-12-01 | uvm on the i386 | Theo de Raadt | |
1999-10-29 | UVM is now default on sparc. | Artur Grabowski | |
1999-06-22 | Add a temporary UVM define | Artur Grabowski | |
1999-03-03 | Temporary disable AFS and Optimizations for m88k. | Steve Murphree | |
1998-09-15 | enable AFS | Artur Grabowski | |
1998-08-28 | NOPIC for hppa (yet) | Michael Shalayeff | |
1998-07-05 | Powerpc port now support profiled libraries, thus NOPROFILE= is | Dale S. Rahn | |
not set anymore. The code is left for future architecures, If it is needed again. | |||
1998-03-12 | Variable to allow AFS support for certain utils and libs. | Artur Grabowski | |
1997-06-01 | Add TCP_WRAPPERS. | Jason Downs | |
1997-04-29 | Add ${SHAREDIR}, ${SHAREGRP}, ${SHAREOWN} and ${SHAREMODE}, they are used | Thorsten Lockert | |
by ports | |||
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP changes. | Todd C. Miller | |
For some reason the previous commit did not grab these. | |||
1997-04-20 | typo | Niklas Hallqvist | |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller | |
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf. | |||
1997-02-18 | Powerpc does not support pic, and for now because of a compiler bug, | Dale S. Rahn | |
does not support profiling. | |||
1996-11-24 | Add a new knob called DEBUG. Define to -g to have it turn off STRIP=-s | Niklas Hallqvist | |
and add itself to CFLAGS and ASFLAGS | |||
1996-09-16 | Document this better. | Jason Downs | |
1996-09-16 | Add $STATIC. | Jason Downs | |
1996-09-04 | permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.net | Theo de Raadt | |