From 82483cab66477fb59d9a663adb7f39073a18e3ca Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sat, 22 Jan 1994 01:42:47 +0000 Subject: Formerly Makefile.~2~ --- mkbootfs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile index 1fb23af8..af663942 100644 --- a/mkbootfs/Makefile +++ b/mkbootfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1993 Free Software Foundation +# Copyright (C) 1993, 1994 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -18,3 +18,6 @@ dir := mkbootfs include ../Makeconf DIST_FILES = mkbootfs.c Makefile +all: mkbootfs +mkbootfs: mkbootfs.c + $(CC) mkbootfs.c -o mkbootfs -- cgit v1.2.3