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

  1. #
  2. # Makefile for grp functions
  3. #
  4.  
  5. TOPDIR=..
  6.  
  7. include $(TOPDIR)/Makeconfig
  8. include $(TOPDIR)/Makerules
  9.  
  10. INC_CFLAGS= -I. -I$(TOPDIR)
  11.  
  12. DIRS:=
  13. ifeq ($(NYS),)
  14. SRCS= fgetgrent.c getgrent.c getgrgid.c getgrnam.c grpopen.c \
  15.     grpread.c initgroups.c # gshadow.c
  16. else
  17. SRCS=
  18. endif
  19. SMS= $(SRCS:.c=.s)
  20. OBJS= $(SRCS:.c=.o)
  21. ALIASES=
  22.  
  23. include $(TOPDIR)/Maketargets
  24.