diff --git a/Makefile.in b/Makefile.in index 88fde2a9f3..673e942832 100644 --- a/Makefile.in +++ b/Makefile.in @@ -355,11 +355,7 @@ scout: cmd comerr gtx fsprobe fi uss: hcrypto kauth cmd comerr rx vlserver vol volser - +if test "@BUILD_USS@" = "yes"; then \ - ${COMPILE_PART1} uss ${COMPILE_PART2} ; \ - else \ - echo Not building uss. ; \ - fi + +${COMPILE_PART1} uss ${COMPILE_PART2} bozo: cmd comerr audit auth kauth volser +${COMPILE_PART1} bozo ${COMPILE_PART2} diff --git a/acinclude.m4 b/acinclude.m4 index 24d0721087..c760eb6f46 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -79,8 +79,6 @@ dnl General feature options. AC_ARG_ENABLE([gtx], [AS_HELP_STRING([--disable-gtx], [disable gtx curses-based terminal tools])]) -AC_ARG_ENABLE([uss], - [AS_HELP_STRING([--disable-uss], [disable uss bulk creation tool])]) AC_ARG_ENABLE([namei-fileserver], [AS_HELP_STRING([--enable-namei-fileserver], [force compilation of namei fileserver in preference to inode @@ -1539,13 +1537,6 @@ else fi AC_SUBST(BUILD_LOGIN) -if test "$enable_uss" = yes; then - BUILD_USS="yes" -else - BUILD_USS="no" -fi -AC_SUBST(BUILD_USS) - if test "$enable_kauth" = yes; then INSTALL_KAUTH="yes" else