diff options
Diffstat (limited to 'trans')
-rw-r--r-- | trans/ChangeLog | 4 | ||||
-rw-r--r-- | trans/Makefile | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog index 475cd839..4ca0559c 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 12 16:39:47 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile (HURDLIBS): New variable. + Fri Jul 12 23:02:36 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> * crash.c (stop_pgrp): Fetch pgrp using correct call. diff --git a/trans/Makefile b/trans/Makefile index 3ba15844..5b5c51cd 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -22,6 +22,7 @@ targets = symlink ifsock magic null fifo new-fifo fwd devport crash SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c devport.c \ crash.c OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o +HURDLIBS=ports trivfs threads fshelp pipe ihash shouldbeinlibc include ../Makeconf |