diff options
author | Miles Bader <miles@gnu.org> | 1996-05-02 05:55:36 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-05-02 05:55:36 +0000 |
commit | 0a8a9226e9fbd16604ce8059e9299975a1f0bf8f (patch) | |
tree | a59b6ba6ce69c92e6f43d8ac55f6f27c31eb1216 /libshouldbeinlibc/Makefile | |
parent | 6c860a81814c6daecfd7538df3c7be99d5f44a4b (diff) |
(SRCS): Add argp-pv.c & argp-pvh.c.
Diffstat (limited to 'libshouldbeinlibc/Makefile')
-rw-r--r-- | libshouldbeinlibc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index dcc7b3e2..9a41a5b7 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -20,8 +20,8 @@ dir := libshouldbeinlibc makemode := library libname = libshouldbeinlibc -SRCS = argz.c argp-parse.c argp-help.c line.c envz.c termsize.c \ - idvec.c idvec-auth.c timefmt.c exec-reauth.c path-lookup.c \ +SRCS = argz.c argp-parse.c argp-help.c argp-pv.c argp-pvh.c line.c envz.c \ + termsize.c idvec.c idvec-auth.c timefmt.c exec-reauth.c path-lookup.c \ canon-host.c maptime.c shared-dom.c localhost.c wire.c portinfo.c \ xportinfo.c portxlate.c lcm.c cacheq.c LCLHDRS = argz.h rwlock.h argp.h line.h envz.h idvec.h timefmt.h maptime.h \ |