diff options
author | Michael I. Bushnell <mib@gnu.org> | 1991-01-22 22:54:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1991-01-22 22:54:08 +0000 |
commit | 99cc44cfb67d664eed0c1a87a8b83db6d7e5ed8a (patch) | |
tree | bef91f4193b6b64d1a603fdc27951ac1bae2d041 /hurd/Makefile |
Initial revision
Diffstat (limited to 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/Makefile b/hurd/Makefile new file mode 100644 index 00000000..7244c2ba --- /dev/null +++ b/hurd/Makefile @@ -0,0 +1,4 @@ + +test: + mig fs.defs + mig io.defs |