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
commit9096d4c90d05d868da95a1c7e5d5a1f49028c8d3 (patch)
tree9acd84e50a0cc42cfd4ca64d553facc94b9808d9 /mkbootfs
parenta9812b88e4ac22450fb213d4beef7e49f3a9d191 (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