ports/sysutils/cloop-utils/files/patch-Makefile
Max Khon bdb407082f New port: cloop-utils.
cloop-utils are tools for creating and extracting cloop V2.0 compressed
read-only filesystem images.
2004-01-25 12:56:50 +00:00

17 lines
373 B
Plaintext

--- Makefile.orig Thu Jan 15 10:34:31 2004
+++ Makefile Thu Jan 15 10:34:31 2004
@@ -23,8 +23,12 @@
endif
KERNOBJ:=compressed_loop.o
+ALL_TARGETS = create_compressed_fs extract_compressed_fs
+ifndef APPSONLY
+ALL_TARGETS += cloop.o
+endif
-all: cloop.o create_compressed_fs extract_compressed_fs
+all: $(ALL_TARGETS)
cloop.o: compressed_loop.o
$(LD) -r -o $@ $^