Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-03 | Workaround bug in some shells, esp. the one shipped in 2.0. | Niklas Hallqvist | |
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-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-27 | Allow BSDSRCDIR to point to a symlink. This means /usr/src can be a symlink | Niklas Hallqvist | |
without having to explicitly set BSDSRCDIR | |||
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-04-19 | We use /etc/mk.conf not /etc/make.conf. | Todd C. Miller | |
1997-04-18 | We run OpenBSD | Todd C. Miller | |
1997-04-10 | if generating obj@ links, check if the existing obj@ link points to the | Theo de Raadt | |
same path we want to make it point to later. If it does, leave the link as-is and do not attempt to recreate it. read-only /usr/src with obj@ links will work much better with this. Fix from Niklas -- anyone who figures out a way to do this without using perl gets a cookie. | |||
1997-03-26 | no libcrypt, fix DPADD | Theo de Raadt | |
1997-02-26 | Add LIBWRAP. | Jason Downs | |
1997-02-18 | Powerpc does not support pic, and for now because of a compiler bug, | Dale S. Rahn | |
does not support profiling. | |||
1997-02-09 | libcrypt went away a while back | Theo de Raadt | |
1997-02-09 | add ${LIBZ} | Michael Shalayeff | |
1997-02-06 | Add a LORDER make symbol and use it | Niklas Hallqvist | |
1997-01-26 | use mktemp(1) to avoid /tmp race; spotted by dholland@eecs.harvard.edu | Theo de Raadt | |
1997-01-15 | Add DESTDIR support for crt{begin,end}.o (powerpc only so far) | Niklas Hallqvist | |
1997-01-11 | Support an ONLY_FOR_ARCHS var, that prohibits doing anything for a certain | Niklas Hallqvist | |
port except for certain architectures. If OBJMACHINE is set set WRKDIR to work.${MACHINE}. Fix a shell construct which pdksh interprets differently than ash as it was written. Make bsd.own.mk be auto-included in make(1) invocations below this one. | |||
1997-01-08 | Include mk files specified in EXTRA_SYS_MK_FILES. Needed for the ports | Niklas Hallqvist | |
mechanism. This was the least intrusive way we found to solve the problem of getting ports' Makefiles have bsd.own.mk included. | |||
1996-12-25 | Merge our chagnes with FreeBSD's latest changes. We should now | imp | |
have identical bsd.port.mk files again. This file has successfully compiled many of the archivers, gnu make, and emacs (althought the emacs deltas have not been merged back into the FreeBSD tree yet since I don't have it working yet). The FreeBSD Id line may be slightly off since I generated it by hand to match the commit I just made there. | |||
1996-12-22 | bring in bsd.own.mk | Niklas Hallqvist | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-11-24 | Fix typo in last change | Niklas Hallqvist | |
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-11-23 | Add overrideable INSTALL variable | Niklas Hallqvist | |
1996-11-14 | correct last fix. | Michael Shalayeff | |
1996-11-14 | correct LINKS usage | Michael Shalayeff | |
1996-10-22 | Sync with FreeBSD | Niklas Hallqvist | |
1996-10-01 | Automagically support building man pages with tbl(1). | Jason Downs | |
foo.1 becomes foo.1tbl | |||
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 | |
1996-08-23 | OK this time for real: Support MAKEOBJDIR, and force the obj rule. | Niklas Hallqvist | |
1996-08-23 | Support MAKEOBJDIR. Change "obj" rule to be forced. | Niklas Hallqvist | |
1996-08-23 | Merge changes from FreeBSD | Niklas Hallqvist | |
1996-08-19 | Don't provide all/clean/etc if they don't 'em. | Jason Downs | |
1996-08-19 | Don't redefine MANALL | Jason Downs | |
1996-08-05 | Don't do "ranlib -t" if installed with "-p" since that preserves | Todd C. Miller | |
the timestamp so things are already in sync. | |||
1996-08-01 | Comment my recent change | Niklas Hallqvist | |
1996-08-01 | Support BSDSRCDIR setups | Niklas Hallqvist | |
1996-07-27 | default file owner should be root for NFS diskless security | Theo de Raadt | |
1996-07-22 | make COPTS work in bsd.lib.mk too | Theo de Raadt | |
1996-06-30 | Our tar(1) now lives in /bin | Thorsten Lockert | |
1996-06-11 | move to bin/md5 for `greater accessibility' | Theo de Raadt | |
1996-06-10 | Reintroduce the long patch(1) options | Niklas Hallqvist | |
1996-06-03 | Use our ftp & patch | Niklas Hallqvist | |
1996-06-03 | Install the bsd.port*mk files too | Niklas Hallqvist | |
1996-06-03 | Initial import of "ports" mk-files from FreeBSD, probably needs work | Niklas Hallqvist | |
1996-06-03 | always instal ${POSTINSTALL} program, if there is one. | Michael Shalayeff | |