summaryrefslogtreecommitdiffstats
path: root/contrib/bochs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bochs/Makefile')
-rw-r--r--contrib/bochs/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/bochs/Makefile b/contrib/bochs/Makefile
deleted file mode 100644
index 4a5b14ce..00000000
--- a/contrib/bochs/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all : tunctl serial-console.1
-
-%.1 : %
- pod2man $< > $@
-
-tunctl : tunctl.c
- $(CC) -o $@ $<
-
-clean :
- rm -f serial-console.1 tunctl