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 /trans | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) |
*** empty log message ***
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 |