| Commit message (Expand) | Author | Age | Files | Lines |
* | ${MACHINE} -> ${MACHINE_ARCH} | marcel | 1999-11-14 | 2 | -7/+7 |
* | Fix comments: LKM -> KLD, /etc/objectformat -> /etc/objformat | phantom | 1999-11-09 | 1 | -5/+5 |
* | make.conf is being made to conform to the /etc/defaults/ standard that | dillon | 1999-10-27 | 1 | -0/+5 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -0/+1 |
* | Add libncp to the list of known libraries. | bp | 1999-10-15 | 1 | -0/+1 |
* | 1) s/mod(un)?load/kld$1load/ | n_hibma | 1999-09-06 | 1 | -21/+21 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 19 | -19/+19 |
* | Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS. | hoek | 1999-07-31 | 3 | -9/+28 |
* | add support to buildworld as a normal user: | jmg | 1999-06-24 | 2 | -9/+11 |
* | add libhistory | ache | 1999-05-28 | 1 | -1/+2 |
* | "Fixed" missing dependency of ${PROG} on ${LIBC} in the elf case. | bde | 1999-05-06 | 1 | -4/+2 |
* | s/lkm(4)/kld(4)/ | peter | 1999-04-23 | 2 | -4/+4 |
* | Clean out most of the LKM stuff, the build support left a little while ago. | peter | 1999-04-20 | 1 | -85/+9 |
* | Default KMODDIR = /modules now, not /lkm | peter | 1999-04-20 | 1 | -3/+3 |
* | Create /var/db/port.mkversion rather than /var/db/pkg/.mkversion to be in | obrien | 1999-04-15 | 1 | -2/+2 |
* | Add ${DESTDIR} to installation path. Move target to under beforeinstall:. | asami | 1999-03-31 | 1 | -4/+2 |
* | I'm sorry, this was already fixed in etc/mtree/BSD.var.dist. | sada | 1999-03-31 | 1 | -2/+1 |
* | Sometimes we have to make `/var/db/pkg' directory before we create | sada | 1999-03-31 | 1 | -1/+2 |
* | Create /var/db/pkg/.mkversion file with datestamp. | asami | 1999-03-29 | 1 | -1/+4 |
* | Removed all traces of LN_FLAGS. It was only used to produce a link | bde | 1999-03-23 | 3 | -12/+43 |
* | Restored objlink. The previous commit was confused about the difference | bde | 1999-03-21 | 2 | -4/+14 |
* | New names for the list; the DES crypt and libwrap for tcp_wrappers. | markm | 1999-03-14 | 1 | -1/+3 |
* | Bitrot. Remove objlink as it is not pleasant to be downwind. | markm | 1999-03-14 | 2 | -33/+5 |
* | Rewrote the changes in rev.1.53. Don't ignore errors from makeinfo. | bde | 1999-01-30 | 1 | -20/+7 |
* | Fixed comment and whitespace lossage in recent commits. The -W flag | bde | 1999-01-29 | 1 | -7/+14 |
* | Cleanup bsd.kern.mk after last commit. | dillon | 1999-01-29 | 1 | -14/+4 |
* | Turn on -Wall and -Wcast-qual | dillon | 1999-01-27 | 1 | -5/+11 |
* | Move bsd.port.*mk to under ${PORTSDIR}/Mk (already repository copied). | asami | 1999-01-26 | 4 | -2446/+8 |
* | Introduce a new variable NEED_LIBNAMES. If it is defined, | jdp | 1999-01-22 | 2 | -4/+4 |
* | Change the definition of LIBPAM to support the static PAM library. | jdp | 1999-01-20 | 1 | -1/+14 |
* | Add some capabilities to <bsd.lib.mk> so that it can be used for | jdp | 1999-01-20 | 1 | -48/+47 |
* | remove - before __entry, it is not make conmmand but shell continuation line | ache | 1999-01-20 | 1 | -2/+2 |
* | Texinfo has been upgraded. This needs to catch up. | markm | 1999-01-20 | 1 | -4/+21 |
* | (1) Add gnome master sites. | asami | 1999-01-20 | 1 | -4/+10 |
* | Clean new index file(GPATH) of global. | simokawa | 1999-01-18 | 1 | -2/+3 |
* | Option names have changes for texinfo-3.12 | markm | 1999-01-14 | 1 | -3/+3 |
* | (1) Add ONLY_FOR_ARCHS and NOT_FOR_ARCHS. They are list of architecture names | asami | 1999-01-11 | 1 | -19/+68 |
* | Switch to using ".So" as the extension for PIC object files rather | jdp | 1999-01-09 | 1 | -13/+13 |
* | OBJFORMAT=elf in the absense of an override for both alpha and i386 by | peter | 1999-01-07 | 1 | -5/+1 |
* | Move some compile flags from the kernel makefile to bsd.kern.mk so that | dfr | 1998-12-17 | 1 | -1/+9 |
* | Add -Wunused to kernel build flags. | archie | 1998-12-14 | 1 | -3/+3 |
* | (0) Fast INDEX generation. Only print out the directory name and | asami | 1998-12-12 | 2 | -75/+105 |
* | Backed out previous commit. It was for bug for bug compatibility with | bde | 1998-12-06 | 1 | -3/+2 |
* | Removed bitrotted code for setting OBJFORMAT. | bde | 1998-12-06 | 2 | -12/+2 |
* | Change USE_QT to use version 1.41. I know this is a little premature, | asami | 1998-11-25 | 1 | -2/+2 |
* | (1) Remove LOOP_VAR and LOOP_OPTIONS. It's a hack and just too many things | asami | 1998-11-20 | 1 | -94/+53 |
* | Add LIBPAM, LIBRADIUS, and LIBTACPLUS. | jdp | 1998-11-18 | 1 | -1/+4 |
* | For ELF, create a symbolic link libfoo.so -> libfoo.so.NNN in the | jdp | 1998-11-18 | 1 | -3/+5 |
* | Add EXTRA_PKG_FLAGS to PKG_FLAGS. You can now add arguments to pkg_create | asami | 1998-11-14 | 1 | -2/+2 |
* | Use a name less likely to collide with source files without an obj dir. | peter | 1998-11-11 | 1 | -4/+4 |