diff options
author | Miles Bader <miles@gnu.org> | 1997-05-27 01:57:24 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-05-27 01:57:24 +0000 |
commit | d30a4f58f89afebe08db08529187c450cb25579f (patch) | |
tree | 0bb598751037b5788d2a952c138a58107a6824c3 | |
parent | 9b9c48ecb0e3f9954801812c62759aed59450a77 (diff) |
(SRCS):
Add ugids-imply.c, ugids-posix.c, idvec-impgids.c, idvec-verify.c,
idvec-rep.c, ugids.c, ugids-subtract.c, ugids-verify.c, ugids-argp.c,
ugids-rep.c, ugids-auth.c, ugids-xinl.c, & ugids-merge.c.
(installhdrs):
Add ugids.h.
-rw-r--r-- | libshouldbeinlibc/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 0f75c71f..c03a0903 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -22,12 +22,15 @@ makemode := library libname = libshouldbeinlibc SRCS = argp-parse.c argp-help.c argp-pv.c argp-pvh.c argp-ba.c \ argp-fmtstream.c argp-fs-xinl.c argp-xinl.c argp-eexst.c \ - termsize.c idvec.c idvec-auth.c timefmt.c exec-reauth.c \ + termsize.c timefmt.c exec-reauth.c maptime-funcs.c \ canon-host.c maptime.c shared-dom.c localhost.c wire.c portinfo.c \ xportinfo.c portxlate.c lcm.c cacheq.c fsysops.c \ - idvec-funcs.c maptime-funcs.c + idvec.c idvec-auth.c idvec-funcs.c \ + idvec-impgids.c idvec-verify.c idvec-rep.c \ + ugids.c ugids-argp.c ugids-rep.c ugids-verify.c ugids-subtract.c \ + ugids-auth.c ugids-xinl.c ugids-merge.c ugids-imply.c ugids-posix.c installhdrs = argp.h idvec.h timefmt.h maptime.h \ - wire.h portinfo.h portxlate.h cacheq.h + wire.h portinfo.h portxlate.h cacheq.h ugids.h LCLHDRS = $(installhdrs) argp-fmtstream.h argp-namefrob.h installhdrsubdir = . |