From 29a6fd55080da3415708d19c9891fcedf990fb3f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 7 Jul 1995 01:03:06 +0000 Subject: (OBJS): New var. (timertest, fstests, opendisk, fdtests): List object files. --- fstests/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'fstests/Makefile') diff --git a/fstests/Makefile b/fstests/Makefile index 15aac39f..4daa1866 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -19,7 +19,12 @@ dir := fstests makemode := utilities SRCS = fstests.c fdtests.c timertest.c opendisk.c +OBJS = fstests.o fdtests.o timertest.o opendisk.o targets = timertest fstests opendisk # fdtests include ../Makeconf +timertest: timertest.o +fstests: fstests.o +opendisk: opendisk.o +fdtests: fdtests.o -- cgit v1.2.3