From 5ade8fea0d30e88931f0d64927afd4a5034e8cee Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 01:51:30 +0000 Subject: 1999-07-10 Roland McGrath * Makefile (special-targets): Add losetup. (SCRIPTS): Add losetup.sh. * losetup.sh: New file. --- sutils/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sutils/Makefile') diff --git a/sutils/Makefile b/sutils/Makefile index 6542166c..dcb6604b 100644 --- a/sutils/Makefile +++ b/sutils/Makefile @@ -1,6 +1,6 @@ -# Makefile for sutils -# -# Copyright (C) 1996, 1997 Free Software Foundation +# Makefile for sutils +# +# Copyright (C) 1996,97,99 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -20,10 +20,10 @@ dir := sutils makemode := utilities -targets = reboot halt fsck e2os MAKEDEV swapon swapoff -special-targets = e2os MAKEDEV +targets = $(special-targets) reboot halt fsck swapon swapoff +special-targets = e2os MAKEDEV losetup installationdir = $(sbindir) -SCRIPTS = e2os.sh MAKEDEV.sh +SCRIPTS = e2os.sh MAKEDEV.sh losetup.sh SRCS = reboot.c halt.c fsck.c fstab.c clookup.c swapon.c swapoff.c $(SCRIPTS) LCLHDRS = fstab.h -- cgit v1.2.3