Do not install man pages for the three I4B 'modules' that were

disabled for the FreeBSD 7.0 timeframe.

Approved by:	re (rwatson)
This commit is contained in:
Bjoern A. Zeeb 2007-07-04 16:21:27 +00:00
parent a5b0e31251
commit fa2e18c2b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171205
2 changed files with 10 additions and 1 deletions

View File

@ -14,6 +14,12 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
# 20070704: I4B 'modules' temporary disconnected
.if ${TARGET_ARCH} == "i386"
OLD_FILES+=usr/share/man/man4/i4bing.4.gz
OLD_FILES+=usr/share/man/man4/i4bipr.4.gz
OLD_FILES+=usr/share/man/man4/i4bisppp.4.gz
.endif
# 20070703: pf 4.1 import
OLD_FILES+=usr/libexec/ftp-proxy
# 20070701: KAME IPSec removal

View File

@ -1,6 +1,9 @@
# $FreeBSD$
MAN= i4b.4 i4bcapi.4 i4bctl.4 i4bing.4 i4bipr.4 i4bisppp.4 i4bq921.4 \
MAN= i4b.4 i4bcapi.4 i4bctl.4 i4bq921.4 \
i4bq931.4 i4brbch.4 i4btel.4 i4btrc.4 iavc.4 isic.4 ifpi.4 \
ifpi2.4 ifpnp.4 ihfc.4 itjc.4 iwic.4
# Temporary removed i4bing.4 i4bipr.4 i4bisppp.4 for 7.0 timeframe.
# In case they are back also remove them from ObsoleteFiles.inc.
.include <bsd.prog.mk>