diff options
author | 1997-04-20 11:43:47 +0000 | |
---|---|---|
committer | 1997-04-20 11:43:47 +0000 | |
commit | 7eae3c221d25d6737bff63e37141e9e4bd04d8fa (patch) | |
tree | 12d04dfeccb32e0e4aa1b16c868f851e46f478ad | |
parent | Use ${ALPHA} instead of ../.. (diff) | |
download | wireguard-openbsd-7eae3c221d25d6737bff63e37141e9e4bd04d8fa.tar.xz wireguard-openbsd-7eae3c221d25d6737bff63e37141e9e4bd04d8fa.zip |
typo
-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 |