diff options
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 |