uss: allow disabling by configure switch
[openafs.git] / Makefile.in
index f9a7f9b..072dfdd 100644 (file)
@@ -348,7 +348,11 @@ scout: cmd comerr gtx fsprobe
        fi
 
 uss: hcrypto kauth cmd comerr rx vlserver vol volser
-       +${COMPILE_PART1} uss ${COMPILE_PART2}
+       +if test "@BUILD_USS@" = "yes"; then \
+               ${COMPILE_PART1} uss ${COMPILE_PART2} ; \
+       else \
+               echo Not building uss. ; \
+       fi
 
 bozo: cmd comerr audit auth kauth volser
        +${COMPILE_PART1} bozo ${COMPILE_PART2}
@@ -596,7 +600,7 @@ shlibafsrpc: rx rxstat fsint rxkad hcrypto
                echo Not building shared libafsrpc for ${SYS_NAME} ;; \
        esac
 
-shlibafsauthent: ubik auth kauth shlibafsrpc
+shlibafsauthent: bozo ubik auth kauth shlibafsrpc
        +case ${SYS_NAME} in \
        alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*_darwin_1*|*nbsd*|*obsd*|*fbsd*) \
        ${COMPILE_PART1} shlibafsauthent ${COMPILE_PART2} ;; \
@@ -908,6 +912,8 @@ distclean: clean
        src/tests/run-tests \
        src/tests/auth/Makefile \
        src/tools/Makefile \
+       src/tools/dumpscan/Makefile \
+       src/tools/rxperf/Makefile \
        src/tsalvaged/Makefile \
        src/tsm41/Makefile \
        src/tvolser/Makefile \