diff options
Diffstat (limited to 'proc/Makefile')
-rw-r--r-- | proc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proc/Makefile b/proc/Makefile index a1159700..d54166d2 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -1,4 +1,6 @@ -# Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 2012 Free Software Foundation, +# Inc. +# # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -21,8 +23,6 @@ makemode := server target = proc SRCS = wait.c hash.c host.c info.c main.c mgt.c notify.c pgrp.c msg.c \ cpu-types.c stubs.c -LCLHDRS = proc.h -DIST_FILES = proc_exc.defs ourmsg.defs MIGSFLAGS="-DPROCESS_INTRAN=pstruct_t reqport_find (process_t)" \ "-DPROCESS_DESTRUCTOR=process_drop (pstruct_t)" \ |