summaryrefslogtreecommitdiffstats
path: root/partx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'partx/Makefile')
-rw-r--r--partx/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/partx/Makefile b/partx/Makefile
deleted file mode 100644
index 9f9a9dbe9..000000000
--- a/partx/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-OBJ = bsd.o dos.o partx.o solaris.o unixware.o gpt.o crc32.o
-CFLAGS += -Wall
-
-all: addpart delpart partx
-
-partx: $(OBJ)
-
-addpart: addpart.o
-
-delpart: delpart.o
-
-clean:
- rm -f $(OBJ) addpart.o delpart.o addpart delpart partx *~
-
-$(OBJ): partx.h