summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ovz-mount-proc/Makefile')
-rw-r--r--src/ovz-mount-proc/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/ovz-mount-proc/Makefile b/src/ovz-mount-proc/Makefile
deleted file mode 100644
index 0859a49..0000000
--- a/src/ovz-mount-proc/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-CC = gcc
-LD = gcc
-
-TARGETS = ovz-mount-proc
-
-all: $(TARGETS)
-
-ovz-mount-proc: ovz-mount-proc.o
- $(CC) -static -Wall -o $@ $^
-
-clean:
- rm -f $(TARGETS)
- rm -f *.o *~