From 327f516477b3dbf6ed6302c706bbb2bf41ae7907 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Fri, 17 Jun 2011 02:44:46 -0400 Subject: [PATCH 1/1] 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 --- src/venus/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/venus/Makefile.in b/src/venus/Makefile.in index b6a330d..023054a 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 -- 1.9.4