diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-11-18 21:31:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-11-18 21:31:51 +0000 |
commit | 528bb2c313b0acdd8d843c62723a7b633028746b (patch) | |
tree | c76cf677d1e5f8cadc30522d42e8717f0c1211b1 /fstests | |
parent | a96138bccad2c74c0cb5fdaafc95a87036b6987f (diff) |
Formerly Makefile.~2~
Diffstat (limited to 'fstests')
-rw-r--r-- | fstests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index 082c15c3..7435b555 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -18,3 +18,6 @@ include ../Makeconf fstests: fstests.o; $(link) + +install: + cp fstests.c $(hurdroot)/hurd/init |