diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-07-23 18:22:02 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-07-23 18:22:02 +0000 |
commit | 9fbca1dde9a1f7af9f86a9d244b6bf0e7141c250 (patch) | |
tree | 6d788f65f4fc686df993c5cdb33f4483914e381d /pfinet/Makefile | |
parent | 1518464351c0e9339d4e4e4d418c24f6e62e4932 (diff) | |
download | hurd-9fbca1dde9a1f7af9f86a9d244b6bf0e7141c250.tar.gz hurd-9fbca1dde9a1f7af9f86a9d244b6bf0e7141c250.tar.bz2 hurd-9fbca1dde9a1f7af9f86a9d244b6bf0e7141c250.zip |
Mon Jul 21 14:58:13 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (HURDLIBS): Add iohelp.
* main.c (trivfs_goaway): If FSYS_GOAWAY_FORCE is set, then go
away, otherwise, continue to return EBUSY.
Diffstat (limited to 'pfinet/Makefile')
-rw-r--r-- | pfinet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index 6c4a8c8b..e86512a9 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1995, 1996 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -40,7 +40,7 @@ FROBBEDLINUXHEADERS = autoconf.h config.h errno.h etherdevice.h fcntl.h \ string.h tcp.h termios.h time.h timer.h types.h udp.h un.h wait.h ASMHEADERS=bitops.h segment.h system.h -HURDLIBS=trivfs fshelp threads ports ihash shouldbeinlibc +HURDLIBS=trivfs fshelp threads ports ihash shouldbeinlibc iohelp target = pfinet |