diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-20 11:43:48 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-20 11:43:48 +0000 |
commit | 487c7e4f1a7985784a9730a0d8a946119a7e6fe4 (patch) | |
tree | f44d61dbb27801c3629c5c56ab5b99bc306a3b56 /share | |
parent | 9e5fd43119e71692eb60412af465780ce4545e30 (diff) |
typo
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index f744a7d1cfc..24a9d7d68c9 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.15 1997/04/19 21:26:08 millert Exp $ +# $OpenBSD: bsd.own.mk,v 1.16 1997/04/20 11:43:47 niklas Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -14,7 +14,7 @@ SKEY?= yes KERBEROS?= yes # Set `KERBEROS5' to `yes' to build with support for Kerberos5 authentication. KERBEROS5?= no -# Set 'YP' to `yes' to build with causes support for NIS/YP. +# Set 'YP' to `yes' to build with support for NIS/YP. YP?= yes # where the system object and source trees are kept; can be configurable |