diff options
-rw-r--r-- | mkbootfs/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile index ba6ab062..cd969010 100644 --- a/mkbootfs/Makefile +++ b/mkbootfs/Makefile @@ -24,3 +24,8 @@ mkbootfs: mkbootfs.c clean: rm -f mkbootfs *.o + +# Relink should do nothing here because this program does not use +# the Hurd libraries. +relink: + |