diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-27 21:58:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-27 21:58:59 +0000 |
commit | 65f85fb173ab0af596586334f8550ffd1b327329 (patch) | |
tree | 083607ff9e71b2f1e5ef941ca4dd594a61288138 /fstests/Makefile | |
parent | 5f12f9a2bc4a27b97b92d7fc40117c96c9cd239e (diff) |
(targets): Comment out opendisk for now.
Diffstat (limited to 'fstests/Makefile')
-rw-r--r-- | fstests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index 54efb050..961c57ad 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -19,7 +19,7 @@ dir := fstests makemode := utilities SRCS = fstests.c fdtests.c timertest.c opendisk.c -targets = timertest fstests opendisk # fdtests +targets = timertest fstests # opendisk fdtests include ../Makeconf |