diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:34:41 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:34:41 +0000 |
commit | 538bcf1cff3aae6759f2b7295597430a6b796add (patch) | |
tree | e9342d5fde49eb0c12f6bf2753e4e212ca5cb16a /ufs-utils/Makefile | |
parent | f70764075a3febb2cffd522b989b8f8a8d36d41a (diff) |
2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): New variable.
Diffstat (limited to 'ufs-utils/Makefile')
-rw-r--r-- | ufs-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ufs-utils/Makefile b/ufs-utils/Makefile index b27b76c4..df22440e 100644 --- a/ufs-utils/Makefile +++ b/ufs-utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1996 Free Software Foundation +# Copyright (C) 1994, 1996, 2008 Free Software Foundation # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -27,6 +27,7 @@ SRCS = mkfs.c clri.c stati.c dlabel.c installationdir = $(sbindir) OBJS = $(SRCS:.c=.o) +HURDLIBS = store shouldbeinlibc include ../Makeconf |