diff options
Diffstat (limited to 'fstests/Makefile')
-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 |