diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2011-11-03 21:20:22 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2011-11-03 21:20:22 +0000 |
commit | 0bc7cf6fde4083c1a0cdf29b26075699028909e0 (patch) | |
tree | 042f30af3a8e692e6a78bfd0f296e112e5d65dc1 /share/man/man4/Makefile | |
parent | 1fef78c3f02e285cac38e9b81161793a71c15bd3 (diff) | |
download | src-0bc7cf6fde4083c1a0cdf29b26075699028909e0.tar.gz src-0bc7cf6fde4083c1a0cdf29b26075699028909e0.zip |
Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30
for 3200 and 8200 series cards.
Submitted by: David C Somayajulu (david.somayajulu@qlogic.com),
Qlogic Corporation
MFC After: 3 days
Notes
Notes:
svn path=/head/; revision=227064
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index b38a01c0ef46..d2669ddd5fe4 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -347,6 +347,7 @@ MAN= aac.4 \ pts.4 \ pty.4 \ puc.4 \ + ${_qlxgb.4} \ ral.4 \ random.4 \ rc.4 \ @@ -713,6 +714,10 @@ _xen.4= xen.4 MLINKS+=lindev.4 full.4 .endif +.if ${MACHINE_CPUARCH} == "amd64" +_qlxgb.4= qlxgb.4 +.endif + .if ${MACHINE_CPUARCH} == "powerpc" _atp.4= atp.4 .endif |