From 2c24176e26f3258cb7ba29065e4746fab24472c2 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 22 Jul 1994 14:37:58 +0000 Subject: entered into RCS --- mkbootfs/Makefile | 11 ++++------- 1 file 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: -- cgit v1.2.3