diff options
author | Miles Bader <miles@gnu.org> | 1996-03-13 23:45:09 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-03-13 23:45:09 +0000 |
commit | 88ce3cbe98f20eab434ba7e11332fb0c5135496c (patch) | |
tree | e07c4d10c08e8e6ccfe13085e78519acde02470e /ufs-utils/Makefile | |
parent | b3c86bcc4afbb986931c5b54cca43b9cc3a3c074 (diff) |
(SRCS): Add dlabel.c.
(mkfs.ufs): New target.
Diffstat (limited to 'ufs-utils/Makefile')
-rw-r--r-- | ufs-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ufs-utils/Makefile b/ufs-utils/Makefile index b22aa382..01845450 100644 --- a/ufs-utils/Makefile +++ b/ufs-utils/Makefile @@ -23,12 +23,14 @@ makemode := utilities targets = mkfs.ufs clri.ufs stati.ufs target-suffix = .ufs -SRCS = mkfs.c clri.c stati.c +SRCS = mkfs.c clri.c stati.c dlabel.c installationdir = $(sbindir) OBJS = $(SRCS:.c=.o) all: $(targets) +mkfs.ufs: mkfs.o dlabel.o ../libshouldbeinlibc/libshouldbeinlibc.a + include ../Makeconf |