diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:23:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:23:20 +0000 |
commit | 26eca2eb7ea87f2953c005888aab5cbf1604f08a (patch) | |
tree | 2e0a863919b3f9acbbb28ce0850d4b86822f1fb1 /proc/Makefile | |
parent | c77ca9c78181c93bc67c2a42454c33bcfe22055e (diff) |
Formerly Makefile.~13~
Diffstat (limited to 'proc/Makefile')
-rw-r--r-- | proc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proc/Makefile b/proc/Makefile index 8facb6cf..ed88367c 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -31,6 +31,8 @@ OBJS = wait.o hash.o host.o info.o main.o mgt.o notify.o pgrp.o msg.o \ SRCS = wait.c hash.c host.c info.c main.c mgt.c notify.c pgrp.c msg.c \ primes.c cpu-types.c stubs.c +TAGSHDRS = proc.h +TAGSLIBS = libthreads DIST_FILES = $(SRCS) proc.h Makefile proc_exc.defs proc_excrepl.defs \ ChangeLog |