From fe99b4883af9eee954c3a3942b11cd9874690cb0 Mon Sep 17 00:00:00 2001 From: "Jonathan A. Kollasch" Date: Tue, 11 Oct 2011 12:33:19 -0500 Subject: [PATCH] build tsalvaged, tvolser, and dvolser targets on *nbsd* Reviewed-on: http://gerrit.openafs.org/5595 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit 1ca207f18491147bb7f7de3e588fb1979ac3d0c5) Change-Id: I8570370905fa4c3bbdd72f5535329cfab5bebf1a Reviewed-on: http://gerrit.openafs.org/10121 Tested-by: BuildBot Reviewed-by: Derrick Brashear Reviewed-by: Andrew Deason Tested-by: Jonathan A. Kollasch Reviewed-by: Jonathan A. Kollasch Reviewed-by: Stephan Wiesand --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 742480a76..dc38bb3f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -270,7 +270,7 @@ vol: cmd comerr dir afs sgiefs tsalvaged: vol libafsrpc libafsauthent cmd util +case ${SYS_NAME} in \ - alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*fbsd*|*nbsd2*|*_darwin_*) \ + alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[fn]bsd*|*_darwin_*) \ ${COMPILE_PART1} tsalvaged ${COMPILE_PART2} ;; \ *_darwin_*) \ ${COMPILE_PART1} tsalvaged ${COMPILE_PART2} ;; \ @@ -319,7 +319,7 @@ volser: cmd comerr usd kauth vlserver audit tvolser: project tviced usd libafsrpc libafsauthent volser +@case ${SYS_NAME} in \ - *_darwin_*|alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*obsd*) \ + *_darwin_*|alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[no]bsd*) \ ${COMPILE_PART1} tvolser ${COMPILE_PART2} && \ if [ "xyes" = "x$(ENABLE_PTHREADED_UNIK)" ] ; then \ $(MAKE) $(COMPILE_PART2B)_vos; \ @@ -330,7 +330,7 @@ tvolser: project tviced usd libafsrpc libafsauthent volser dvolser: project tviced usd libafsrpc libafsauthent volser +@case ${SYS_NAME} in \ - *_darwin_*|alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*obsd*) \ + *_darwin_*|alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[no]bsd*) \ ${COMPILE_PART1} dvolser ${COMPILE_PART2} ;; \ *) \ echo Not building DAFS volser for ${SYS_NAME} ;; \ -- 2.39.5