diff options
author | Miles Bader <miles@gnu.org> | 1996-02-03 07:09:03 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-02-03 07:09:03 +0000 |
commit | d23f8ca863006b940431ef899a77d5515dac2753 (patch) | |
tree | 40080fd6a9f835dfabc6e4b2b56087c14f2fec8c /utils/Makefile | |
parent | f0b14ffdbc961ff993452810bb8110a05d5c40ca (diff) |
(targets): Add vmstat.
(SRCS): Add vmstat.c
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile index 7ab51c08..7913afe4 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1995 Free Software Foundation +# Copyright (C) 1994, 1995, 1996 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -19,11 +19,11 @@ dir := utils makemode := utilities targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts \ - storeinfo login w hurdids loginpr sush + storeinfo login w hurdids loginpr sush vmstat special-targets = mount loginpr sush SRCS = shd.c ps.c su.c settrans.c clri.c sync.c reboot.c halt.c showtrans.c \ mount.sh fsysopts.c storeinfo.c login.c loginpr.sh sush.sh w.c psout.c\ - hurdids.c + hurdids.c vmstat.c DIST_FILES = shd.ChangeLog OBJS = $(filter-out mount.sh,$(SRCS:.c=.o)) @@ -38,7 +38,7 @@ ps w: psout.o ../libps/libps.a ../libihash/libihash.a # We must include libthreads because of a bug in the way shared libraries # work: all libraries that *any* routine in libfshelp uses must be defined. settrans: ../libfshelp/libfshelp.a ../libthreads/libthreads.a -ps w hurdids settrans showtrans fsysopts storeinfo login: ../libshouldbeinlibc/libshouldbeinlibc.a +ps w hurdids settrans showtrans fsysopts storeinfo login vmstat: ../libshouldbeinlibc/libshouldbeinlibc.a include ../Makeconf |