Move etc/shells to lib/libc/gen with getusershell(3).

Approved by:	will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16467
This commit is contained in:
Brad Davis 2018-07-28 20:21:23 +00:00
parent a3e709cd33
commit a0a1ffcb16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336840
3 changed files with 2 additions and 1 deletions

View file

@ -47,7 +47,6 @@ BIN1= crontab \
remote \
rpc \
services \
shells \
sysctl.conf \
syslog.conf \
termcap.small

View file

@ -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 \