diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1998-07-15 22:18:06 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1998-07-15 22:18:06 +0000 |
commit | 99b45649ec3dc66cb55d26882238e92b0272d20c (patch) | |
tree | 859fd3ae545a460c1dbcd83ce2608729e7ca9cbf | |
parent | f52bfde7c2e311f5e1e842f9382b35b5e0859abe (diff) |
spelling
-rw-r--r-- | share/mk/bsd.README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 8eb51e11062..a9d77f50333 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.README,v 1.15 1997/04/27 21:38:25 millert Exp $ +# $OpenBSD: bsd.README,v 1.16 1998/07/15 22:18:05 espie Exp $ # $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 @@ -41,9 +41,9 @@ the command "make b" will echo "bar". This is for compatibility with the way the V7 make behaved. It's fairly difficult to make the BSD .mk files work when you're building -multiple programs in a single directory. It's a lot easier split up the +multiple programs in a single directory. It's a lot easier to split up the programs than to deal with the problem. Most of the agony comes from making -the "obj" directory stuff work right, not because we switch to a new version +the "obj" directory stuff work right, not because we switched to a new version of make. So, don't get mad at us, figure out a better way to handle multiple architectures so we can quit using the symbolic link stuff. (Imake doesn't count.) |