summaryrefslogtreecommitdiff
path: root/mkbootfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-01-22 01:42:47 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-01-22 01:42:47 +0000
commit82483cab66477fb59d9a663adb7f39073a18e3ca (patch)
treefa1cdc5bf959d130a1100a7b598c7cbd8e7b0a31 /mkbootfs
parent974deff516246290535f2cc0abbdf62bc670556c (diff)
Formerly Makefile.~2~
Diffstat (limited to 'mkbootfs')
-rw-r--r--mkbootfs/Makefile5
1 files changed, 4 insertions, 1 deletions
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