diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-22 18:35:18 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-22 18:35:18 +0000 |
| commit | 3d2001d026cc39241bb2bd0bcf7d4fe4617f816a (patch) | |
| tree | cac30edc7a55a5f9dc7c1abc61e0787027fc9b3b | |
| parent | 1f3f008de82f5c49911f47e3b0f8fe05bc4daa6e (diff) | |
Notes
| -rw-r--r-- | share/doc/handbook/porting.sgml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index 877d7fc6c2b8c..f92b033644cff 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -1,4 +1,4 @@ -<!-- $Id: porting.sgml,v 1.64 1997/02/22 12:59:02 peter Exp $ --> +<!-- $Id: porting.sgml,v 1.65 1997/02/22 18:30:03 obrien Exp $ --> <!-- The FreeBSD Documentation Project --> <sect1><heading>Porting an existing piece of free software<label id="porting"></heading> @@ -90,7 +90,10 @@ the ports collection. above). The value of the BSD macro is 199506 for the 4.4BSD-Lite2 code - base. However, few if any ports should need this. + base. This is stated for informational purposes only. It should + not be used to distinguish between version of FreeBSD based only + on 4.4-Lite vs. versions that have merged in changes from 4.4-Lite2. + The __FreeBSD__ macro should be used instead. <p>Use sparingly: |
