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
commita5992f37bdb07c514d6d58c8ec50af187f2c1c34 (patch)
tree311a726021b88b6c3c5ddd5fed92b99da17b2430 /mkbootfs
parentff4c54baf383829094aa518ad5039cdfc0c269f6 (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: