summaryrefslogtreecommitdiff
path: root/fstests/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-04 18:28:57 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-04 18:28:57 +0000
commit46dc1a7abd7c161d808061d437d2a827e71a9a0c (patch)
tree340d3188f87a2e00a3baa43b3011acf8ebf4b8ea /fstests/Makefile
parent89a3b2fabd2e5727687c714e9e9669ac089965d4 (diff)
Formerly Makefile.~20~
Diffstat (limited to 'fstests/Makefile')
-rw-r--r--fstests/Makefile19
1 files changed, 11 insertions, 8 deletions
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