From: Ben Kaduk Date: Fri, 17 Jun 2011 06:44:46 +0000 (-0400) Subject: FBSD: do not install kdump X-Git-Tag: upstream/1.8.0_pre1^2~3631 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=327f516477b3dbf6ed6302c706bbb2bf41ae7907;p=packages%2Fo%2Fopenafs.git FBSD: do not install kdump Since it's just an empty file, installing it is rather silly. Change-Id: I93279c5d7b0e5262bfdb68cdbd92c49e1984fa97 Reviewed-on: http://gerrit.openafs.org/4849 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/venus/Makefile.in b/src/venus/Makefile.in index b6a330d23..023054ac0 100644 --- a/src/venus/Makefile.in +++ b/src/venus/Makefile.in @@ -321,6 +321,8 @@ install: kdump-build fs livesys up fstrace cmdebug afsio hp_ux11* ) \ ${INSTALL_SCRIPT} kdump.sh.hp_ux11 ${DESTDIR}${sbindir}/kdump; \ ${INSTALL_PROGRAM} kdump-build ${DESTDIR}${sbindir}/kdump ;; \ + *_fbsd* ) \ + ;; \ *) \ ${INSTALL_PROGRAM} kdump-build ${DESTDIR}${sbindir}/kdump ;; \ esac