OpenBSD CVS

CVS log for src/share/mk/bsd.README


[BACK] Up to [local] / src / share / mk

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.86 / (download) - annotate - [select for diffs], Tue Jul 25 20:19:14 2023 UTC (9 months, 3 weeks ago) by asou
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.85: +3 -1 lines
Diff to previous 1.85 (colored)

Add CXXOPTS.

ok deraadt@

Revision 1.85 / (download) - annotate - [select for diffs], Tue Sep 22 10:31:46 2020 UTC (3 years, 7 months ago) by martijn
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.84: +2 -1 lines
Diff to previous 1.84 (colored)

Link up libagentx

Revision 1.84 / (download) - annotate - [select for diffs], Fri Nov 15 00:06:46 2019 UTC (4 years, 6 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored)

libusb was renamed to libusbhid in 2001 but the old DPADD var name was
kept.  Rename LIBUSB to LIBUSBHID as there is only one LIBUSB use and
many more attempts to refer to LIBUSBHID.

Revision 1.83 / (download) - annotate - [select for diffs], Thu Nov 14 23:44:26 2019 UTC (4 years, 6 months ago) by jsg
Branch: MAIN
Changes since 1.82: +3 -1 lines
Diff to previous 1.82 (colored)

add LIBCBOR and LIBFIDO2

Revision 1.82 / (download) - annotate - [select for diffs], Mon Jun 17 17:20:24 2019 UTC (4 years, 11 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.81: +3 -3 lines
Diff to previous 1.81 (colored)

add REGRESS_EXPECTED_FAILURES variable,
for those tests that are expected to fail because they're not yet
implemented.

okay bluhm@

Revision 1.81 / (download) - annotate - [select for diffs], Tue Apr 2 12:59:56 2019 UTC (5 years, 1 month ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.80: +1 -2 lines
Diff to previous 1.80 (colored)

libLLVM.a is no longer installed

Revision 1.80 / (download) - annotate - [select for diffs], Tue Apr 2 11:29:34 2019 UTC (5 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored)

only static libraries undergo ranlink

Revision 1.79 / (download) - annotate - [select for diffs], Tue Mar 5 11:35:42 2019 UTC (5 years, 2 months ago) by jsg
Branch: MAIN
Changes since 1.78: +2 -1 lines
Diff to previous 1.78 (colored)

add libLLVM

Revision 1.78 / (download) - annotate - [select for diffs], Thu Feb 7 07:01:04 2019 UTC (5 years, 3 months ago) by jsg
Branch: MAIN
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored)

add LIBELF

Revision 1.77 / (download) - annotate - [select for diffs], Tue Jul 25 14:15:55 2017 UTC (6 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored)

convert one more -Os -> -Oz

Revision 1.76 / (download) - annotate - [select for diffs], Wed Jul 19 17:28:51 2017 UTC (6 years, 9 months ago) by schwarze
Branch: MAIN
Changes since 1.75: +5 -5 lines
Diff to previous 1.75 (colored)

Avoid the historical term "loader", consistently talk about the "linker".
Outdated terminology noticed by espie@.

Revision 1.75 / (download) - annotate - [select for diffs], Wed Jul 19 12:45:30 2017 UTC (6 years, 9 months ago) by schwarze
Branch: MAIN
Changes since 1.74: +4 -4 lines
Diff to previous 1.74 (colored)

1. The cleandir target no longer deletes manual pages, that's a
remnant from the remote past when we used to install preformatted
manuals.
2. The list of files deleted by the clean target grew out of date
and was incomplete, but we already know that it will change again
soon, so delete overdocumentation.
Feedback and OK espie@.

Revision 1.74 / (download) - annotate - [select for diffs], Thu Jul 13 12:04:20 2017 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
Changes since 1.73: +3 -2 lines
Diff to previous 1.73 (colored)

add sys.mk to the table of contents, and make the description of
bsd.sys.mk more specific; wording with one tweak from espie@

Revision 1.73 / (download) - annotate - [select for diffs], Tue Jul 11 23:38:53 2017 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
Changes since 1.72: +8 -4 lines
Diff to previous 1.72 (colored)

explain the limitations of PROGS; joint work with espie@

Revision 1.72 / (download) - annotate - [select for diffs], Tue Jul 11 22:17:28 2017 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
Changes since 1.71: +8 -8 lines
Diff to previous 1.71 (colored)

Move the section about <bsd.sys.mk> up just below <sys.mk> which it is
closely related to.  Delete the example involving PARALLEL, which no
longer exists.  Instead, add a different example involving yacc(1).
OK espie@

Revision 1.71 / (download) - annotate - [select for diffs], Mon Jul 10 11:25:44 2017 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
Changes since 1.70: +7 -7 lines
Diff to previous 1.70 (colored)

two minor tweaks and two minor fixes; OK espie@

Revision 1.70 / (download) - annotate - [select for diffs], Mon Jul 10 07:51:37 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

Thinko. It's called BUILDAFTER
"noticed" by Ingo.

Revision 1.69 / (download) - annotate - [select for diffs], Sun Jul 9 18:28:44 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.68: +30 -1 lines
Diff to previous 1.68 (colored)

document PROGS, okay jmc@

Revision 1.68 / (download) - annotate - [select for diffs], Sun Jul 9 17:17:46 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.67: +31 -14 lines
Diff to previous 1.67 (colored)

document more reality.
proper english usage and okay jmc@

Revision 1.67 / (download) - annotate - [select for diffs], Wed Jul 5 10:41:01 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.66: +2 -3 lines
Diff to previous 1.66 (colored)

document that we're no longer using 'make depend'

Revision 1.66 / (download) - annotate - [select for diffs], Sun Jul 2 17:03:45 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.65: +15 -6 lines
Diff to previous 1.65 (colored)

document new depends somewhat.
I asked jmc, told me to go ahead and he'd review it when he can.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Jul 4 18:01:44 2016 UTC (7 years, 10 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.64: +1 -4 lines
Diff to previous 1.64 (colored)

DEBUGLIBS has been broken since the gcc4 switch, so delete it.  CFLAGS
contains -g by default anyway

problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com)
ok millert@ kettenis@ deraadt@

Revision 1.64 / (download) - annotate - [select for diffs], Wed Mar 9 16:28:47 2016 UTC (8 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored)

We are done providing support for the vax.
lots of agreement.

Revision 1.63 / (download) - annotate - [select for diffs], Wed Jan 13 13:06:51 2016 UTC (8 years, 4 months ago) by gsoares
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.62: +4 -4 lines
Diff to previous 1.62 (colored)

fix remaining sudo reference (s,sudo,doas,)
OK deraadt@ millert@ tb@ sthen@

Revision 1.62 / (download) - annotate - [select for diffs], Sat Nov 14 23:56:50 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.61: +1 -2 lines
Diff to previous 1.61 (colored)

libocurses can go to the Attic.  last consumer of it was ramdisk more(1)
conceptual ok guenther millert nicm

Revision 1.61 / (download) - annotate - [select for diffs], Mon Oct 26 10:43:42 2015 UTC (8 years, 6 months ago) by bluhm
Branch: MAIN
Changes since 1.60: +1 -11 lines
Diff to previous 1.60 (colored)

Nothing in base uses native language support anymore.  Remove NLS
support from the makefiles.
OK naddy@

Revision 1.60 / (download) - annotate - [select for diffs], Mon Jul 20 23:52:29 2015 UTC (8 years, 9 months ago) by yasuoka
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored)

Add radius(3) library.  This will be used by RADIUS server and client
programs to manipulate RADIUS packets.  Mainly written by UMEZAWA
Takeshi.

fix and suggestion deraadt
ok deraadt

Revision 1.59 / (download) - annotate - [select for diffs], Fri Oct 31 13:46:17 2014 UTC (9 years, 6 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

Rename libressl to libtls to avoid confusion and to make it easier to
distinguish between LibreSSL (the project) and libressl (the library).

Discussed with many.

Revision 1.58 / (download) - annotate - [select for diffs], Mon Oct 13 14:31:01 2014 UTC (9 years, 7 months ago) by schwarze
Branch: MAIN
Changes since 1.57: +4 -4 lines
Diff to previous 1.57 (colored)

Fix an internal inconsistency: Saying "these eight targets" and then only
listing seven is not cool.  This was broken in rev1.47 when removing lint.
Patch from Theo Buehler <theo at math dot ethz dot ch>.

Revision 1.57 / (download) - annotate - [select for diffs], Thu Oct 9 04:44:09 2014 UTC (9 years, 7 months ago) by tedu
Branch: MAIN
Changes since 1.56: +1 -26 lines
Diff to previous 1.56 (colored)

no more lkm

Revision 1.56 / (download) - annotate - [select for diffs], Mon Sep 29 19:37:51 2014 UTC (9 years, 7 months ago) by gsoares
Branch: MAIN
Changes since 1.55: +2 -1 lines
Diff to previous 1.55 (colored)

add LIBRESSL; OK deraadt@

Revision 1.55 / (download) - annotate - [select for diffs], Wed Apr 23 18:24:23 2014 UTC (10 years ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.54: +1 -12 lines
Diff to previous 1.54 (colored)

Remove more Kerberos cruft.

ok jca@ jmc@

Revision 1.54 / (download) - annotate - [select for diffs], Tue Apr 22 11:05:22 2014 UTC (10 years ago) by henning
Branch: MAIN
Changes since 1.53: +0 -2 lines
Diff to previous 1.53 (colored)

-KERBEROS5

Revision 1.53 / (download) - annotate - [select for diffs], Wed Dec 4 22:58:24 2013 UTC (10 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.52: +5 -6 lines
Diff to previous 1.52 (colored)

express final disapproval of the interfaces in libcompat, such as
them ftime(), gtty(), stty(), re_comp(), cuserid() and others.
Discussion and ongoing work to fix the ports tree from many, especially
naddy.
ok naddy
[There is a bit more cleanup possible after that, but this is considered
the current safe step]

Revision 1.52 / (download) - annotate - [select for diffs], Sun Oct 13 23:30:12 2013 UTC (10 years, 7 months ago) by guenther
Branch: MAIN
Changes since 1.51: +13 -1 lines
Diff to previous 1.51 (colored)

Make it possible to build to reduced version of a library, including
just specific objects that are compiled with additional options to
reduce their size.  For use by distrib/ and crunchgen.

style and naming assistance from espie@

Revision 1.51 / (download) - annotate - [select for diffs], Sat Aug 10 10:19:35 2013 UTC (10 years, 9 months ago) by ajacoutot
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

libkafs5 -> libkafs (unused in build, so no functional change)

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jul 11 07:03:46 2013 UTC (10 years, 10 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.49: +4 -2 lines
Diff to previous 1.49 (colored)

Properly set LIBKAFS5, LIBROKEN and LIBWIND which were used without
being defined. Remove LIBKAFS (superseded by LIBKAFS5).

ok robert@

Revision 1.49 / (download) - annotate - [select for diffs], Thu Aug 23 06:14:41 2012 UTC (11 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.48: +1 -3 lines
Diff to previous 1.48 (colored)

turn off AFS

Revision 1.48 / (download) - annotate - [select for diffs], Wed Aug 22 19:41:56 2012 UTC (11 years, 8 months ago) by pascal
Branch: MAIN
Changes since 1.47: +3 -1 lines
Diff to previous 1.47 (colored)

share/mk bits for PIE, currently disabled.

ok matthew@ deraadt@ kettenis@, manpage prodding and ok jmc@

Revision 1.47 / (download) - annotate - [select for diffs], Sun Apr 8 15:56:28 2012 UTC (12 years, 1 month ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.46: +4 -12 lines
Diff to previous 1.46 (colored)

unhook lint from the tree.  The parser is incomplete and difficult
to fix and there are several alternatives that don't tell quite so many
dangerous lies.

enthusiastic agreement from a bunch of people

Revision 1.46 / (download) - annotate - [select for diffs], Sat Sep 24 07:26:01 2011 UTC (12 years, 7 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

create a new "bounce" file for ports infrastructure.
clean up ancient comments in the existing ones, and use bsd.own.mk's guard
against multiple includes.

Revision 1.45 / (download) - annotate - [select for diffs], Thu Jun 23 22:46:12 2011 UTC (12 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.44: +2 -6 lines
Diff to previous 1.44 (colored)

switch to installing source manuals (base part)
discussed with lots of people, tested by naddy@,
"move fast" deraadt@

Revision 1.44 / (download) - annotate - [select for diffs], Fri Apr 22 21:11:50 2011 UTC (13 years ago) by jmc
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

do not mention the now gone PSD/USD directories; ok miod

Revision 1.43 / (download) - annotate - [select for diffs], Sat Mar 12 05:12:14 2011 UTC (13 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.42: +1 -2 lines
Diff to previous 1.42 (colored)

bsd.doc.mk is dead.  long live bsd.doc.mk
discussed with ingo

Revision 1.42 / (download) - annotate - [select for diffs], Thu Nov 18 21:16:57 2010 UTC (13 years, 6 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.41: +12 -9 lines
Diff to previous 1.41 (colored)

Sync the LIBFOO defines with the current set of libraries we build and
install. Also define LIBARCH on arm platforms.
ok millert@ deraadt@

Revision 1.41 / (download) - annotate - [select for diffs], Tue Mar 2 20:33:55 2010 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored)

variable name is SUBDIR, not SUBDIRS; from Amarendra Godbole

Revision 1.40 / (download) - annotate - [select for diffs], Sat Nov 3 10:30:40 2007 UTC (16 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.39: +5 -1 lines
Diff to previous 1.39 (colored)

add a BEFOREMAN hook variable, for those programs that need something to
be done before they can build their manpages.
`ah right' millert@

Revision 1.39 / (download) - annotate - [select for diffs], Wed Nov 23 22:11:48 2005 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

NOLINT -> WANTLINT
ok deraadt@

Revision 1.38 / (download) - annotate - [select for diffs], Wed Nov 23 18:34:33 2005 UTC (18 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

change NOLINT into opposite sense; WANTLINT, since it lets us built
lint libraries for those libraries which want them (and can have them)
ok millert

Revision 1.37 / (download) - annotate - [select for diffs], Fri Apr 15 17:18:57 2005 UTC (19 years, 1 month ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.36: +1 -5 lines
Diff to previous 1.36 (colored)

Bye, bye SHAREDSTRINGS.
Okay deraadt@, millert@

Revision 1.36 / (download) - annotate - [select for diffs], Fri Aug 29 00:04:41 2003 UTC (20 years, 8 months ago) by jolan
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.35: +1 -5 lines
Diff to previous 1.35 (colored)

remove HIDEGAME, it only made sense when 'dm' was still around.

ok fgsch@

Revision 1.35 / (download) - annotate - [select for diffs], Mon Aug 11 17:31:51 2003 UTC (20 years, 9 months ago) by jakob
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

add GSSAPI. ok deraadt@

Revision 1.34 / (download) - annotate - [select for diffs], Thu Aug 7 11:08:56 2003 UTC (20 years, 9 months ago) by hin
Branch: MAIN
Changes since 1.33: +1 -3 lines
Diff to previous 1.33 (colored)

Kerberos 4 has been removed, so don't mention it.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jul 16 01:29:34 2003 UTC (20 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32 (colored)

bye bye LIBCOM_ERR thingies

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jun 25 15:33:18 2002 UTC (21 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

Add LIBEVENT; pointed out by Brian J. Kifiak

Revision 1.31 / (download) - annotate - [select for diffs], Sat May 11 00:20:21 2002 UTC (22 years ago) by espie
Branch: MAIN
Changes since 1.30: +17 -11 lines
Diff to previous 1.30 (colored)

Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree.
Fix a few mispells (LIBMATH -> LIBM...)
Wipe obsolete lib (LIBRESOLV)
Sort added missing libraries, move obsolete stuff apart.
Synch documentation in bsd.README

ok deraadt@

Revision 1.30 / (download) - annotate - [select for diffs], Tue Jan 1 23:52:32 2002 UTC (22 years, 4 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

sync; pointed out by openbsd@davidkrause.com

Revision 1.29 / (download) - annotate - [select for diffs], Sat Aug 18 10:46:25 2001 UTC (22 years, 9 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.28: +1 -2 lines
Diff to previous 1.28 (colored)

Clean up after brad.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 16 15:12:48 2001 UTC (22 years, 9 months ago) by brad
Branch: MAIN
Changes since 1.27: +4 -6 lines
Diff to previous 1.27 (colored)

- remove libatalk
- remove mention of architecture names in the NOPIC variable description

Revision 1.27 / (download) - annotate - [select for diffs], Wed Jul 18 13:25:17 2001 UTC (22 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.26: +4 -1 lines
Diff to previous 1.26 (colored)

Mention WARNINGS

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jul 2 14:01:35 2001 UTC (22 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.25: +18 -5 lines
Diff to previous 1.25 (colored)

Sync library list with bsd.prog.mk

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jun 27 06:16:48 2001 UTC (22 years, 10 months ago) by art
Branch: MAIN
Changes since 1.24: +1 -5 lines
Diff to previous 1.24 (colored)

UVM is no longer an option

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jun 20 11:49:24 2001 UTC (22 years, 11 months ago) by mpech
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

we don't use "/" in the beginning of the name in MANSUBDIR
millert@ ok

Revision 1.23 / (download) - annotate - [select for diffs], Tue Apr 3 23:00:08 2001 UTC (23 years, 1 month ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.22: +32 -1 lines
Diff to previous 1.22 (colored)

Minor clean-ups:
- 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@

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 15 06:10:21 2000 UTC (24 years ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.21: +6 -3 lines
Diff to previous 1.21 (colored)

Add support for building libraries with debugging information in them.
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.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Nov 26 21:47:09 1999 UTC (24 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Add ${LIBPERL}

Revision 1.20 / (download) - annotate - [select for diffs], Sat May 15 15:45:08 1999 UTC (25 years ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.19: +5 -1 lines
Diff to previous 1.19 (colored)

mention GLOBAL_AUTOCONF_CACHE

Revision 1.19 / (download) - annotate - [select for diffs], Sat Dec 19 19:07:32 1998 UTC (25 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.18: +11 -1 lines
Diff to previous 1.18 (colored)

add PIPE variable, suitable for /etc/mk.conf, to enable gcc -pipe mode

Revision 1.18 / (download) - annotate - [select for diffs], Sat Dec 19 05:13:02 1998 UTC (25 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

MANOWN, DOCOWN, and  NLSOWNare root not bin

Revision 1.17 / (download) - annotate - [select for diffs], Sun Nov 22 17:45:09 1998 UTC (25 years, 5 months ago) by espie
Branch: MAIN
Changes since 1.16: +15 -1 lines
Diff to previous 1.16 (colored)

add roadmap, from FreeBSD mostly

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jul 15 22:18:05 1998 UTC (25 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)


spelling

Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 27 21:38:25 1997 UTC (27 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.14: +11 -8 lines
Diff to previous 1.14 (colored)

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP changes.
For some reason the previous commit did not grab these.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 18 03:49:48 1997 UTC (27 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

We run OpenBSD

Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 9 16:41:50 1997 UTC (27 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

libcrypt went away a while back

Revision 1.12 / (download) - annotate - [select for diffs], Sun Nov 24 03:05:02 1996 UTC (27 years, 5 months ago) by niklas
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored)

Fix typo in last change

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 24 02:47:40 1996 UTC (27 years, 5 months ago) by niklas
Branch: MAIN
Changes since 1.10: +4 -1 lines
Diff to previous 1.10 (colored)

Add a new knob called DEBUG.  Define to -g to have it turn off STRIP=-s
 and add itself to CFLAGS and ASFLAGS

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 27 10:05:48 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

default file owner should be root for NFS diskless security

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 2 05:58:20 1996 UTC (27 years, 11 months ago) by tholo
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

Add LIBOLDCURSES
Add LIBTERMLIB

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 22 01:28:33 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.7: +29 -20 lines
Diff to previous 1.7 (colored)

sync with netbsd 960418

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 5 11:12:34 1996 UTC (28 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.6: +7 -1 lines
Diff to previous 1.6 (colored)

Labeling style changed ($OpenBSD$).
POSTINSTALL added to the <bsd.lkm.mk> (see bsd.README for details).

Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 25 19:02:31 1996 UTC (28 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.5: +23 -2 lines
Diff to previous 1.5 (colored)

Added <bsd.lkm.mk> file. Correspondent changes made to the bsd.README.
All the rest changed to be $OpenBSD$.
Dedicated to Suzi Quatro (she must be alive still, so best wishes to here).

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 2 20:18:07 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.4: +0 -3 lines
Diff to previous 1.4 (colored)

We don't have the EXPORTABLE_SYSTEM variable

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 2 19:53:33 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.3: +80 -15 lines
Diff to previous 1.3 (colored)

from netbsd: clean up bits that state which man page section numbers
are allowed (section 9 now exists).  Document that variables in
bsd.own.mk that were not previously documented.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Dec 15 01:48:07 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +5 -7 lines
Diff to previous 1.2 (colored)

from netbsd; assert -Werror

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 14 03:47:20 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +11 -1 lines
Diff to previous 1.1 (colored)

update from netbsd

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:44:46 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:44:46 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.