diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-02-01 13:31:30 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-02-01 13:31:30 +0000 |
commit | 75cd513c105e17d63331058d9bfb137cc4c41b63 (patch) | |
tree | 32e1011e6f1f851a15eaabbd4d50a4559b5ec86f /CVSROOT | |
parent | 8933010b15d2dc50693d69bb02b5898b0ac405cd (diff) | |
download | FreeBSD-ports-75cd513c105e17d63331058d9bfb137cc4c41b63.zip FreeBSD-ports-75cd513c105e17d63331058d9bfb137cc4c41b63.tar.gz |
Add src/lib/libz into the list of dirs where it is not necessary to perform
headers-checking. The reason is that zlib is mostly a contributed code, and
probably should live in src/contrib, but for historical reasons lives in
src/lib.
Diffstat (limited to 'CVSROOT')
-rw-r--r-- | CVSROOT/exclude | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CVSROOT/exclude b/CVSROOT/exclude index 7f9d415..9d4b044 100644 --- a/CVSROOT/exclude +++ b/CVSROOT/exclude @@ -25,6 +25,7 @@ ^src/etc/minfree ^src/etc/motd ^src/lib/libc_r/test/.*\.exp +^src/lib/libz/.*(?<!/Makefile)$ ^src/release/sysinstall/help/.*\.hlp ^src/share/examples/cvsup/refuse ^src/share/examples/etc/bsd-style-copyright |