Windows: Client handling of VNOSERVICE
[openafs.git] / Makefile.in
index 8dd74d3..a8761ab 100644 (file)
@@ -289,17 +289,9 @@ tvlserver: cmd comerr vol audit tubik libafsrpc libafsauthent tvlserver_depinsta
        esac
 
 
-viced: cmd comerr vlserver tvlserver audit
+viced: cmd comerr vlserver tvlserver libafsrpc libafsauthent audit
        +${COMPILE_PART1} viced ${COMPILE_PART2}
 
-tviced: cmd comerr viced vlserver tvlserver libafsrpc libafsauthent
-       +case ${SYS_NAME} in \
-       alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[nof]bsd*|*_darwin_*) \
-               ${COMPILE_PART1} tviced ${COMPILE_PART2} ;; \
-       *) \
-               echo Not building MT viced for ${SYS_NAME} ;; \
-       esac
-
 dviced: cmd comerr viced vlserver tvlserver libafsrpc libafsauthent
        +case ${SYS_NAME} in \
        alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[nof]bsd*|*_darwin_*) \
@@ -311,7 +303,7 @@ dviced: cmd comerr viced vlserver tvlserver libafsrpc libafsauthent
 volser: cmd comerr usd kauth vlserver audit
        +${COMPILE_PART1} volser ${COMPILE_PART2}
 
-tvolser: project tviced usd libafsrpc libafsauthent volser
+tvolser: project viced usd libafsrpc libafsauthent volser
        +@case ${SYS_NAME} in                                           \
        *_darwin_*|alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[no]bsd*)   \
                ${COMPILE_PART1} tvolser ${COMPILE_PART2} ;;            \
@@ -319,7 +311,7 @@ tvolser: project tviced usd libafsrpc libafsauthent volser
                echo Not building MT volser for ${SYS_NAME} ;;          \
        esac
 
-dvolser: project tviced usd libafsrpc libafsauthent volser
+dvolser: project viced usd libafsrpc libafsauthent volser
        +@case ${SYS_NAME} in                                           \
        *_darwin_*|alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[no]bsd*)   \
                ${COMPILE_PART1} dvolser ${COMPILE_PART2} ;;            \
@@ -724,7 +716,6 @@ clean2:
        -${COMPILE_PART1} vlserver ${COMPILE_CLEAN}
        -${COMPILE_PART1} tvlserver ${COMPILE_CLEAN}
        -${COMPILE_PART1} viced ${COMPILE_CLEAN}
-       -${COMPILE_PART1} tviced ${COMPILE_CLEAN}
        -${COMPILE_PART1} dviced ${COMPILE_CLEAN}
        -${COMPILE_PART1} volser ${COMPILE_CLEAN}
        -${COMPILE_PART1} tvolser ${COMPILE_CLEAN}
@@ -915,7 +906,6 @@ distclean: clean
        src/tests/auth/Makefile \
        src/tsalvaged/Makefile \
        src/tsm41/Makefile \
-       src/tviced/Makefile \
        src/tvolser/Makefile \
        src/ubik/Makefile \
        src/tubik/Makefile \