Index: etc/Makefile =================================================================== --- etc/Makefile +++ etc/Makefile @@ -47,7 +47,6 @@ remote \ rpc \ services \ - shells \ sysctl.conf \ syslog.conf \ termcap.small Index: lib/libc/gen/Makefile.inc =================================================================== --- lib/libc/gen/Makefile.inc +++ lib/libc/gen/Makefile.inc @@ -4,6 +4,8 @@ # machine-independent gen sources .PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/gen ${LIBC_SRCTOP}/gen +CONFS= shells + SRCS+= __getosreldate.c \ __pthread_mutex_init_calloc_cb_stub.c \ __xuname.c \