From: Jonathan A. Kollasch Date: Tue, 11 Oct 2011 17:33:19 +0000 (-0500) Subject: build tsalvaged, tvolser, and dvolser targets on *nbsd* X-Git-Tag: openafs-stable-1_8_0pre1~2947 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=1ca207f18491147bb7f7de3e588fb1979ac3d0c5 build tsalvaged, tvolser, and dvolser targets on *nbsd* Change-Id: Idb744f57ab92ba2d9af4d7d9ca7c800b3ee880d2 Reviewed-on: http://gerrit.openafs.org/5595 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index 535baf2..0e46356 100644 --- a/Makefile.in +++ b/Makefile.in @@ -267,7 +267,7 @@ vol: cmd comerr dir afs sgiefs $(DIR_roken) 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} ;; \ @@ -312,7 +312,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} ;; \ *) \ echo Not building MT volser for ${SYS_NAME} ;; \ @@ -320,7 +320,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} ;; \