#
# Makefile for pwd functions
#

TOPDIR=..

include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

DIRS:=
SRCS  = fgetpwent.c getpw.c getpwent.c getpwnam.c getpwuid.c \
	putpwent.c pwdopen.c pwdread.c #shadow.c
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)
ALIAESE=

include $(TOPDIR)/Maketargets
