summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorSamuel Thibault <samy@hurd.youpi.perso.aquilenet.fr>2012-05-20 13:37:32 +0000
committerSamuel Thibault <samy@hurd.youpi.perso.aquilenet.fr>2012-05-20 13:37:32 +0000
commitca35f7a6e428a95d1ff0aa40d6545820b580df1d (patch)
tree27027c7aabca1f4bbe7fb684e4f0f1a7d3b24051 /ufs
parentc490cb9d4c1df1adcb2e76679e1969e7fe062560 (diff)
parent756a64304b61a94b9b57ae88c4af5654152f5b8e (diff)
Merge branch 'upstream-merged'
Diffstat (limited to 'ufs')
-rw-r--r--ufs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ufs/Makefile b/ufs/Makefile
index cf5c40d7..a1cfc4c9 100644
--- a/ufs/Makefile
+++ b/ufs/Makefile
@@ -1,6 +1,6 @@
# Makefile for ufs
#
-# Copyright (C) 1994,95,96,99,2000,02 Free Software Foundation, Inc.
+# Copyright (C) 1994,95,96,99,2000,02,12 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
@@ -22,7 +22,6 @@ makemode := server
target = ufs
SRCS = alloc.c consts.c dir.c hyper.c inode.c main.c pager.c \
sizes.c subr.c tables.c bmap.c pokeloc.c xinl.c
-LCLHDRS = ufs.h fs.h dinode.h dir.h
OBJS = $(SRCS:.c=.o)
HURDLIBS = diskfs iohelp fshelp store pager threads ports ihash shouldbeinlibc