diff options
author | murray <murray@FreeBSD.org> | 2001-03-14 11:30:57 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2001-03-14 11:30:57 +0000 |
commit | 045a83cd9229e8ab1171e7adf872e072644f8945 (patch) | |
tree | c0db1de4c646d83aa07a5c47539af64b9fb7cebe /etc | |
parent | 4436e03dd97706ecdbbe46a28d6243068c8203f5 (diff) | |
download | FreeBSD-src-045a83cd9229e8ab1171e7adf872e072644f8945.zip FreeBSD-src-045a83cd9229e8ab1171e7adf872e072644f8945.tar.gz |
Add a commented out entry for compat4x
PR: 25196
Submitted by: Chris Knight <chris@aims.com.au>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 7554631..3860a14 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -145,6 +145,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ #COMPAT21= yes #COMPAT22= yes #COMPAT3X= yes +#COMPAT4X= yes # # # If you do not want additional documentation (some of which are |