diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:20:16 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:20:16 +0000 |
commit | 3d39d3801ba5dc27c03bc42541dbd388ba4dd7a8 (patch) | |
tree | 427fe3473eb7b836549055e981496ae233b0c74c | |
parent | f455f02c9337ea7fb47e36b8952f491fd0c1bbd7 (diff) |
Formerly Makefile.~4~
-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: |