define new library function getgrouplist
[unix-history] / usr / src / lib / libc / gen / Makefile.inc
index d416e55..d108090 100644 (file)
@@ -1,14 +1,14 @@
-#      @(#)Makefile.inc        5.22 (Berkeley) %G%
+#      @(#)Makefile.inc        5.23 (Berkeley) %G%
 
 # gen sources
 .PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen ${.CURDIR}/gen/regexp
 
 SRCS+= alarm.c clock.c closedir.c crypt.c ctermid.c ctime.c ctype_.c \
        difftime.c disklabel.c errlst.c exec.c fnmatch.c frexp.c fstab.c \
 
 # gen sources
 .PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen ${.CURDIR}/gen/regexp
 
 SRCS+= alarm.c clock.c closedir.c crypt.c ctermid.c ctime.c ctype_.c \
        difftime.c disklabel.c errlst.c exec.c fnmatch.c frexp.c fstab.c \
-       fts.c getcwd.c getgrent.c getlogin.c getmntinfo.c getpass.c \
-       getpwent.c getsubopt.c getttyent.c getusershell.c glob.c initgroups.c \
-       isatty.c isctype.c isinf.c mktemp.c nice.c nlist.c opendir.c \
-       pause.c popen.c psignal.c raise.c readdir.c \
+       fts.c getcwd.c getgrent.c getgrouplist.c getlogin.c getmntinfo.c \
+       getpass.c getpwent.c getsubopt.c getttyent.c getusershell.c glob.c \
+       initgroups.c isatty.c isctype.c isinf.c mktemp.c nice.c nlist.c \
+       opendir.c pause.c popen.c psignal.c raise.c readdir.c \
        rewinddir.c scandir.c seekdir.c setjmperr.c \
        setmode.c setrgid.c setruid.c siginterrupt.c \
        siglist.c signal.c sigsetops.c sleep.c syslog.c telldir.c \
        rewinddir.c scandir.c seekdir.c setjmperr.c \
        setmode.c setrgid.c setruid.c siginterrupt.c \
        siglist.c signal.c sigsetops.c sleep.c syslog.c telldir.c \
@@ -42,8 +42,8 @@ SRCS+=        udiv.s urem.s
 
 MAN3+= alarm.0 clock.0 crypt.0 ctermid.0 ctime.0 ctype.0 directory.0 \
        exec.0 fnmatch.0 frexp.0 fts.0 getcwd.0 getdiskbyname.0 getfsent.0 \
 
 MAN3+= alarm.0 clock.0 crypt.0 ctermid.0 ctime.0 ctype.0 directory.0 \
        exec.0 fnmatch.0 frexp.0 fts.0 getcwd.0 getdiskbyname.0 getfsent.0 \
-       getgrent.0 getmntinfo.0 getpass.0 getpwent.0 getsubopt.0 \
-       getttyent.0 getusershell.0 glob.0 initgroups.0 isalnum.0 \
+       getgrent.0 getgrouplist.0 getmntinfo.0 getpass.0 getpwent.0 \
+       getsubopt.0 getttyent.0 getusershell.0 glob.0 initgroups.0 isalnum.0 \
        isalpha.0 isascii.0 iscntrl.0 isdigit.0 isgraph.0 isinf.0 \
        islower.0 isprint.0 ispunct.0 isspace.0 isupper.0 isxdigit.0 \
        ldexp.0 modf.0 nice.0 nlist.0 pause.0 popen.0 psignal.0 \
        isalpha.0 isascii.0 iscntrl.0 isdigit.0 isgraph.0 isinf.0 \
        islower.0 isprint.0 ispunct.0 isspace.0 isupper.0 isxdigit.0 \
        ldexp.0 modf.0 nice.0 nlist.0 pause.0 popen.0 psignal.0 \