home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / pwd / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-19  |  346 b   |  22 lines

  1. #
  2. # Makefile for pwd functions
  3. #
  4.  
  5. TOPDIR=..
  6.  
  7. include $(TOPDIR)/Makeconfig
  8. include $(TOPDIR)/Makerules
  9.  
  10. DIRS:=
  11. ifeq ($(NYS),)
  12. SRCS  = fgetpwent.c getpw.c getpwent.c getpwnam.c getpwuid.c \
  13.     putpwent.c pwdopen.c pwdread.c #shadow.c
  14. else
  15. SRCS= putpwent.c getpw.c
  16. endif
  17. ASMS= $(SRCS:.c=.s)
  18. OBJS= $(SRCS:.c=.o)
  19. ALIASES=
  20.  
  21. include $(TOPDIR)/Maketargets
  22.