summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fstests/Makefile26
1 files changed, 3 insertions, 23 deletions
diff --git a/fstests/Makefile b/fstests/Makefile
index 4845c8ff..ee8de2c1 100644
--- a/fstests/Makefile
+++ b/fstests/Makefile
@@ -16,30 +16,10 @@
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
dir := fstests
-
-include ../Makeconf
-
-DIST_FILES = fstests.c Makefile fdtests.c ChangeLog timertest.c
+makemode := utilities
SRCS = fstests.c fdtests.c timertest.c
+targets = timertest fstests # fdtests
-all: timertest fstests # fdtests
-
-fstests: fstests.o $(libc)
- $(CC) $(CFLAGS) -o $@ $^
-
-fdtests: fdtests.o $(libc)
- $(CC) $(CFLAGS) -o $@ $^
-
-timertest: timertest.o $(libc)
- $(CC) $(CFLAGS) -o $@ $^
-
-install: $(hurdroot) timertest fstests # fdtests
- $(INSTALL_BIN) fstests $(hurdroot)/bin/fstests
- $(INSTALL_BIN) timertest $(hurdroot)/bin/timertest
-# $(INSTALL_BIN) fdtests $(hurdroot)/bin/fdtests
+include ../Makeconf
-clean:
- rm -f fstests fdtests timertest *.o
-relink:
- rm -f fstests fdtests timertest