From: Ben Kaduk Date: Fri, 17 Jun 2011 06:44:46 +0000 (-0400) Subject: FBSD: do not install kdump X-Git-Tag: upstream/1.6.0.pre7^2~59 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2c7cad7d1aef1ba202d6e62cfde2a85ae0395304;p=packages%2Fo%2Fopenafs.git FBSD: do not install kdump Since it's just an empty file, installing it is rather silly. Reviewed-on: http://gerrit.openafs.org/4849 Tested-by: BuildBot Reviewed-by: Derrick Brashear (cherry picked from commit 327f516477b3dbf6ed6302c706bbb2bf41ae7907) Change-Id: I904095a9143c0aedc0e96d64793200eca7649934 Reviewed-on: http://gerrit.openafs.org/4853 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/venus/Makefile.in b/src/venus/Makefile.in index e996bb177..2d0c7354d 100644 --- a/src/venus/Makefile.in +++ b/src/venus/Makefile.in @@ -298,6 +298,8 @@ install: kdump-build fs livesys up fstrace cmdebug 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