From 46dc1a7abd7c161d808061d437d2a827e71a9a0c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 4 May 1994 18:28:57 +0000 Subject: Formerly Makefile.~20~ --- fstests/Makefile | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'fstests/Makefile') diff --git a/fstests/Makefile b/fstests/Makefile index 76d963f6..27dca18c 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -19,22 +19,25 @@ dir := fstests include ../Makeconf -DIST_FILES = fstests.c Makefile fdtests.c ChangeLog +DIST_FILES = fstests.c Makefile fdtests.c ChangeLog timertest.c -OBJS=fdtests.o #fstests.o +#OBJS=fdtests.o +#OBJS=fstests.o +OBJS=timertest.o -all: fdtests +all: timertest fstests: $(OBJS) $(libc); $(link) fdtests: $(OBJS) $(libc); $(link) +timertest: $(OBJS) $(libc); $(link) -install: fdtests $(hurdroot) #fstests - cp fdtests $(hurdroot)/bin/fdtests +install: $(hurdroot) timertest #fstests fdtests +# cp fdtests $(hurdroot)/bin/fdtests # cp fstests $(hurdroot)/bin/fstests - + cp timertest $(hurdroot)/bin/timertest clean: - rm -f fstests + rm -f fstests fdtests timertest *.o relink: - rm -f fstests + rm -f fstests fdtests timertest -- cgit v1.2.3