diff options
Diffstat (limited to 'contrib/bochs/Makefile')
-rw-r--r-- | contrib/bochs/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/bochs/Makefile b/contrib/bochs/Makefile deleted file mode 100644 index 4a5b14cea..000000000 --- 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 |