# This file gets included by the Makefile in this directory to determine
# the files that should go only into source distributions.
# The files listed here are sorted in alphanumerical order.  This is
# necessary but if it keeps like this the files are also compiled in
# alphabetical order.

SRCFILES = \
	fgetpwent.c \
	fgetpwent_r.c \
	getpw.c \
	getpwent.c \
	getpwent_r.c \
	getpwnam.c \
	getpwnam_r.c \
	getpwuid.c \
	getpwuid_r.c \
	grp.c \
	initgroups.c \
	putpwent.c
