diff options
author | Miles Bader <miles@gnu.org> | 1995-11-13 21:11:53 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-11-13 21:11:53 +0000 |
commit | 5ffce85d04ca7e75500233a3ba8140f82a0b04ad (patch) | |
tree | 17f01a54463e934b09bc4ab17bad7e55f5f5f117 /libstore/Makefile | |
parent | f20ffbe7f5a64f926985fc65774b5867eaf03827 (diff) |
Formerly Makefile.~2~
Diffstat (limited to 'libstore/Makefile')
-rw-r--r-- | libstore/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libstore/Makefile b/libstore/Makefile index 459f2d51..fad03856 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -23,8 +23,7 @@ dir := libps makemode := library libname = libstore -SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \ - tty.c user.c write.c +SRCS = create.c derive.c device.c make.c rdwr.c set.c LCLHDRS=store.h installhdrs=store.h |