diff options
-rw-r--r-- | libps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libps/Makefile b/libps/Makefile index 20e0dc35..ec35c852 100644 --- a/libps/Makefile +++ b/libps/Makefile @@ -1,6 +1,6 @@ # Makefile for libps # -# Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc. +# Copyright (C) 1995,96,99,2002 Free Software Foundation, Inc. # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -26,7 +26,7 @@ libname = libps SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \ tty.c user.c write.c LCLHDRS=ps.h common.h -installhdrs=$(LCLHDRS) +installhdrs = ps.h installhdrsubdir = . HURDLIBS=ihash shouldbeinlibc |