summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 9c105d7a..dc2a8774 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994 Free Software Foundation
+# Copyright (C) 1994, 1995 Free Software Foundation
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -16,19 +16,10 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
dir := benchmarks
+makemode := utility
-include ../Makeconf
-CCTARGET=i386-gnu
-
-DIST_FILES = forks.c
-
-all: forks
+SRCS = forks.c
+target = forks
-install: $(hurdroot) forks
- $(INSTALL_BIN) forks $(hurdroot)/bin/forks
-
-clean:
- rm -f forks *.o
+include ../Makeconf
-relink:
- rm -f forks