diff options
Diffstat (limited to 'fstests/Makefile')
-rw-r--r-- | fstests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index bca0ec8c..8f704e3f 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -15,8 +15,12 @@ # along with the GNU Hurd; see the file COPYING. If not, write to # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +dir := fstests + include ../Makeconf +DIST_FILES = fstests.c Makefile + fstests: fstests.o; $(link) install: |