Move USE_SJ3 and USE_WNN4 from makevars.map to deprecated.map.
This commit is contained in:
parent
86b174e21c
commit
3bfed04ca6
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: deprecated.map,v 1.15 2005/12/01 18:26:01 wiz Exp $
|
||||
# $NetBSD: deprecated.map,v 1.16 2005/12/01 19:08:15 wiz Exp $
|
||||
#
|
||||
|
||||
# This file contains names of Makefile variables and a short explanation
|
||||
|
@ -18,6 +18,8 @@ USE_CUPS Use the PKG_OPTIONS framework (option cups) instead.
|
|||
USE_I586 Use the PKG_OPTIONS framework (option i586) instead.
|
||||
USE_SASL Use the PKG_OPTIONS framework (option sasl) instead.
|
||||
USE_SASL2 Use the PKG_OPTIONS framework (option sasl) instead.
|
||||
USE_SJ3 Use the PKG_OPTIONS framework (option sj3) instead.
|
||||
USE_WNN4 Use the PKG_OPTIONS framework (option wnn4) instead.
|
||||
|
||||
# The following entries can be removed after the 2006Q1 branch.
|
||||
NO_TOOLS You can just remove it.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: makevars.map,v 1.40 2005/12/01 18:26:01 wiz Exp $
|
||||
# $NetBSD: makevars.map,v 1.41 2005/12/01 19:08:15 wiz Exp $
|
||||
#
|
||||
|
||||
# This file contains the guessed type of some variables, according to
|
||||
|
@ -34,9 +34,7 @@ USE_INET6 YesNo
|
|||
USE_INN Yes
|
||||
USE_OPENLDAP { YES NO }
|
||||
USE_OSS Yes
|
||||
USE_SJ3 { YES NO }
|
||||
USE_SOCKS { 4 5 }
|
||||
USE_WNN4 { YES NO }
|
||||
USE_XFACE YesNo
|
||||
|
||||
# some other variables, sorted alphabetically
|
||||
|
|
Loading…
Reference in a new issue