From 0f663435017223a1b8292206f8ff91c0916113e3 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 9 Jan 2013 09:37:25 +0100 Subject: Add GNU and BSD makefile Rules are in Makefile.include. --- BSDmakefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 BSDmakefile (limited to 'BSDmakefile') diff --git a/BSDmakefile b/BSDmakefile new file mode 100644 index 0000000..25d1baf --- /dev/null +++ b/BSDmakefile @@ -0,0 +1,4 @@ +IMAGES!=ls image/*.dia +GenSVG=${IMAGES:S/.dia$/.svg/} + +include Makefile.include -- cgit