summaryrefslogtreecommitdiff
path: root/ufs-utils/Makefile
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-12-08 22:34:41 +0000
committerThomas Schwinge <tschwinge@gnu.org>2008-12-08 22:34:41 +0000
commit5b293b7099ab66c8c60529655df513ce2e640c3c (patch)
treef20a46e3829daa33dadd0d8d8e02efbe7f547f37 /ufs-utils/Makefile
parent55fb4591f1225b22d882ef8c05189d9ae507860a (diff)
2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): New variable.
Diffstat (limited to 'ufs-utils/Makefile')
-rw-r--r--ufs-utils/Makefile3
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