summaryrefslogtreecommitdiff
path: root/mkbootfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-22 14:37:58 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-22 14:37:58 +0000
commit2c24176e26f3258cb7ba29065e4746fab24472c2 (patch)
tree4bf171f5cba551b84c0a85c770db247dd39f8dad /mkbootfs
parent1b1574282e839972f82ea2c866218a2b18cea829 (diff)
entered into RCS
Diffstat (limited to 'mkbootfs')
-rw-r--r--mkbootfs/Makefile11
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: