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 /daemons | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) |
*** empty log message ***
Diffstat (limited to 'daemons')
-rw-r--r-- | daemons/ChangeLog | 4 | ||||
-rw-r--r-- | daemons/Makefile | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog index 32fe0651..4db5bd8e 100644 --- a/daemons/ChangeLog +++ b/daemons/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 12 16:50:12 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile (HURDLIBS): New variable. + Wed Aug 14 10:22:39 1996 Miles Bader <miles@gnu.ai.mit.edu> * Makefile (getty-LDLIBS): New variable. diff --git a/daemons/Makefile b/daemons/Makefile index 00beb292..4665f3c1 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -25,6 +25,7 @@ special-targets = rc SRCS = rc.sh getty.c installationdir = $(libexecdir) +HURDLIBS=shouldbeinlibc OBJS = $(SRCS:.c=.o) getty-LDLIBS = -lutil |