diff options
| author | Miles Bader <miles@gnu.org> | 1996-03-05 23:00:13 +0000 |
|---|---|---|
| committer | Miles Bader <miles@gnu.org> | 1996-03-05 23:00:13 +0000 |
| commit | 452957c00bb385f232d1bbc14789e8e3bc777cc6 (patch) | |
| tree | 6ef001aba1e2b8e4388dd83e60b6c02cc1be3e48 /ufs-utils | |
| parent | 1b97ed9b94155d608c7dcf47b2e9b655996aeec2 (diff) | |
Update to new location.
Diffstat (limited to 'ufs-utils')
| -rw-r--r-- | ufs-utils/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/ufs-utils/Makefile b/ufs-utils/Makefile index d7a16396..b22aa382 100644 --- a/ufs-utils/Makefile +++ b/ufs-utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994 Free Software Foundation +# Copyright (C) 1994, 1996 Free Software Foundation # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -18,13 +18,17 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -dir := newfs -makemode := utility +dir := ufs-utils +makemode := utilities -SRCS = mkfs.c # newfs.c -OBJS = mkfs.o # newfs.o -target = mkfs.ufs +targets = mkfs.ufs clri.ufs stati.ufs +target-suffix = .ufs +SRCS = mkfs.c clri.c stati.c installationdir = $(sbindir) +OBJS = $(SRCS:.c=.o) + +all: $(targets) + include ../Makeconf |
