diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2009-12-20 15:31:55 +0059 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 17:37:03 +0100 |
commit | c26f83a3f04f3281bb4431a1c4ac9a6f7dc55b84 (patch) | |
tree | 3bc85104595a6b35c9472bab5fc3f890feb64900 /GNUmakefile | |
parent | 89192ea453b664cabb05b0a3037269bf02c3fae2 (diff) |
Fix BSD make
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5d2279a17..83d4f4386 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,6 +4,8 @@ TOPDIR:= $(shell pwd) PWD:= ${TOPDIR} +include Makefile.inc + ADKVERSION= 0.1.0 export ADKVERSION |