From fb9a206288517a12cf2db84d86aab303dfa35c3e Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 29 Apr 1996 19:52:00 +0000 Subject: (SRCS): Add cacheq.c. (LCLHDRS): Add cacheq.h. --- libshouldbeinlibc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 9fd796ad..dcc7b3e2 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -23,9 +23,9 @@ 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 \ canon-host.c maptime.c shared-dom.c localhost.c wire.c portinfo.c \ - xportinfo.c portxlate.c lcm.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 \ - wire.h portinfo.h portxlate.h + wire.h portinfo.h portxlate.h cacheq.h installhdrs = $(LCLHDRS) installhdrsubdir = . -- cgit v1.2.3