diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
commit | dcf8f5b059e9ae3f767dc4069859dceba756328a (patch) | |
tree | 0079e8ac765fb551a9778ede1643145a954992a4 /utils | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) |
*** empty log message ***
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ChangeLog | 4 | ||||
-rw-r--r-- | utils/Makefile | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index f55b5f0c..61630be6 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 12 16:37:42 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile (HURDLIBS): New variable. + Thu Sep 5 11:45:58 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile: Use $(top_srcdir)/sh-version.h to make executables diff --git a/utils/Makefile b/utils/Makefile index 5079d0c6..4a9ebfd5 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -27,6 +27,7 @@ SRCS = shd.c ps.c su.c settrans.c sync.c showtrans.c \ uptime.sh psout.c hurdids.c vmstat.c portinfo.c devprobe.c vminfo.c LCLHDRS = psout.h +HURDLIBS=ps ihash store fshelp ports threads shouldbeinlibc OBJS = $(filter-out loginpr.sh mount.sh sush.sh uptime.sh,$(SRCS:.c=.o)) login-LDLIBS = -lutil |