diff options
Diffstat (limited to 'mkbootfs/Makefile')
-rw-r--r-- | mkbootfs/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile index c140bb00..df5af560 100644 --- a/mkbootfs/Makefile +++ b/mkbootfs/Makefile @@ -16,20 +16,17 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dir := mkbootfs -include ../Makeconf +makemode := misc -DIST_FILES = mkbootfs.c Makefile ChangeLog SRCS = mkbootfs.c +include ../Makeconf + all: mkbootfs + mkbootfs: mkbootfs.c rsh $(mighost) -n cd `pwd` \; gcc mkbootfs.c -o mkbootfs clean: rm -f mkbootfs *.o -# Relink should do nothing here because this program does not use -# the Hurd libraries. -relink: - -install: |