diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:51:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:51:30 +0000 |
commit | 5ade8fea0d30e88931f0d64927afd4a5034e8cee (patch) | |
tree | 7113eeee2e6fc32f32e27455153c44e373e62d42 /sutils/Makefile | |
parent | 85be2fcd4e1bf5018a5022df6c305cf05effb89c (diff) |
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (special-targets): Add losetup.
(SCRIPTS): Add losetup.sh.
* losetup.sh: New file.
Diffstat (limited to 'sutils/Makefile')
-rw-r--r-- | sutils/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 |