summaryrefslogtreecommitdiff
path: root/tmpfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-24 01:14:51 +0000
committerRoland McGrath <roland@gnu.org>2002-03-24 01:14:51 +0000
commitd09f4ead65d295e976252869225e7fe591d5e9c0 (patch)
treea854dc368ca0c910f0831e624a78e7c435bd8351 /tmpfs
parentaf4515d532d10dd62c265daa8b37a4192d8a32c6 (diff)
2002-03-23 Roland McGrath <roland@frob.com>
* Makefile (OBJS): Add default_pagerUser.o here.
Diffstat (limited to 'tmpfs')
-rw-r--r--tmpfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpfs/Makefile b/tmpfs/Makefile
index d5e122b6..18293771 100644
--- a/tmpfs/Makefile
+++ b/tmpfs/Makefile
@@ -1,6 +1,6 @@
# Makefile for tmpfs
#
-# Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 2000,01,02 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -21,7 +21,7 @@ makemode := server
target = tmpfs
SRCS = tmpfs.c node.c dir.c pager-stubs.c
-OBJS = $(SRCS:.c=.o)
+OBJS = $(SRCS:.c=.o) default_pagerUser.o
LCLHDRS = tmpfs.h
# XXX The shared libdiskfs requires libstore even though we don't use it here.
HURDLIBS = diskfs pager iohelp fshelp store threads ports ihash shouldbeinlibc