diff options
Diffstat (limited to 'roms/ipxe/contrib/vm/Makefile')
-rw-r--r-- | roms/ipxe/contrib/vm/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/ipxe/contrib/vm/Makefile b/roms/ipxe/contrib/vm/Makefile new file mode 100644 index 000000000..3c0e645ab --- /dev/null +++ b/roms/ipxe/contrib/vm/Makefile @@ -0,0 +1,7 @@ +all : serial-console.1 + +%.1 : % + pod2man $< > $@ + +clean : + rm -f serial-console.1 |