diff options
Diffstat (limited to 'fstests/Makefile')
-rw-r--r-- | fstests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index ee8de2c1..15aac39f 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -18,8 +18,8 @@ dir := fstests makemode := utilities -SRCS = fstests.c fdtests.c timertest.c -targets = timertest fstests # fdtests +SRCS = fstests.c fdtests.c timertest.c opendisk.c +targets = timertest fstests opendisk # fdtests include ../Makeconf |